_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="12pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#161E32";
onbgcolor="#161E32";
oncolor="White";
padding="16";
separatorcolor="#E1E1E1";
separatorsize="10";
subimage="images/white_4x7.gif";
subimagepadding="4";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
align="right";
bordercolor="White";
borderstyle="Solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#BA1E09";
offcolor="White";
onbgcolor="#F39C0F";
oncolor="Black";
padding="4";
subimage="images/white_4x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.faac.sg/;");
aI("text=About Us;target=;url=about-us.html;");
aI("showmenu=Club Courses/Basic Archery CourseLEFT_MENU;text=Club Courses;target=;url=club-courses.html;");
aI("text=Buy a product;target=;url=buy-a-product.html;");
aI("showmenu=Competitions/Current CompetitionsLEFT_MENU;text=Competitions;target=;url=competitions.html;");
aI("showmenu=Gallery/SEA Games Archery ShootLEFT_MENU;text=Gallery;target=;url=gallery.html;");
aI("showmenu=Archery Articles/Various Bows and Their UsageLEFT_MENU;text=Archery Articles;target=;url=archery-articles.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
}

with(milonic=new menuname("Club Courses/Basic Archery CourseLEFT_MENU")){
style=submenuStyle;
aI("text=Basic Archery Course;target=;url=basic-archery-course.html;");
}

with(milonic=new menuname("Competitions/Current CompetitionsLEFT_MENU")){
style=submenuStyle;
aI("text=Current Competitions;target=;url=current-competitions.html;");
aI("text=Past Competitions;target=;url=past-competitions.html;");
}

with(milonic=new menuname("Gallery/SEA Games Archery ShootLEFT_MENU")){
style=submenuStyle;
aI("text=SEA Games Archery Shoot;target=;url=sea-games-archery-shoot.html;");
aI("text=Random Pictures;target=;url=random-pictures.html;");
}

with(milonic=new menuname("Archery Articles/Various Bows and Their UsageLEFT_MENU")){
style=submenuStyle;
aI("text=Various Bows and Their Usage;target=;url=various-bows-and-their-usage.html;");
aI("text=Different Kinds of Archery;target=;url=different-kinds-of-archery.html;");
aI("text=Improve your Archery Skills in 5 Steps  ;target=;url=improve-your-archery-skills-in-5-steps.html;");
}


 drawMenus();

