_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gainsboro";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/grey_4x5.gif";
subimagepadding="6";
itemwidth="200";
}

with(submenuStyle=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gainsboro";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/grey_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=1004;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=HOME;target=;url=home.html;");
aI("text=CLIENTS;target=;url=clients.html;");
aI("showmenu=FAQFABRICINFO_BAR_MENU;text=FAQ;target=;url=FAQ.html;");
aI("text=ABOUT US;target=;url=about-us.html;");
aI("text=CONTACT;target=;url=contact-us.html;");
}

with(milonic=new menuname("FAQFABRICINFO_BAR_MENU")){
style=submenuStyle;
aI("text=FABRIC;target=;url=fabric.html;");
aI("text=HOW TO ORDER;target=;url=how-to-order.html;");
aI("text=UNIFORM TIPS;target=;url=uniforms-tips.html;");
aI("text=FAQ;target=;url=FAQ's.html;");
}


 drawMenus();
