_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#1F1F1F";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Yellow";
offcolor="Black";
onbgcolor="Gray";
oncolor="#000000";
padding="10";
separatorcolor="#000000";
separatorsize="20";
subimage="images/arrow.gif";
subimagepadding="9";
itemwidth="122";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Red";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=832;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home Page;target=;url=http://www.foxarchery.com/;");
aI("showmenu=Recurve/High SierraINFO_BAR_MENU;text=Recurve;target=;url=recurve.html;");
aI("showmenu=Long Bows/Triple CrownINFO_BAR_MENU;text=Long Bows;target=;url=long-bows.html;");
aI("text=Arrows;target=;url=arrows.html;");
aI("showmenu=Accessories/QuiversINFO_BAR_MENU;text=Accessories;target=;url=accessories.html;");
aI("text=About Us;target=;url=about-us.html;");
}

with(milonic=new menuname("Recurve/High SierraINFO_BAR_MENU")){
style=submenuStyle;
aI("text=High Sierra;target=;url=high-sierra.html;");
aI("text=Maverick;target=;url=maverick.html;");
aI("text=Breed;target=;url=breed.html;");
}

with(milonic=new menuname("Long Bows/Triple CrownINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Triple Crown;target=;url=triple-crown.html;");
aI("text=Royal Crown;target=;url=royal-crown.html;");
aI("text=Traditional;target=;url=traditional.html;");
}

with(milonic=new menuname("Accessories/QuiversINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Quivers;target=;url=quivers.html;");
aI("text=Armguards;target=;url=armguards.html;");
aI("text=Tabs and Gloves;target=;url=tabs-and-gloves.html;");
aI("text=Arrow Accessories;target=;url=arrow-accessories.html;");
aI("text=Clothing;target=;url=clothing.html;");
aI("text=Bow Cases;target=;url=bow-cases.html;");
}


 drawMenus();

