_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="CornflowerBlue";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="CornflowerBlue";
offcolor="Black";
onbgcolor="CornflowerBlue";
onbold="bold";
oncolor="DarkOrange";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="right";
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="LightSteelBlue";
offcolor="Black";
onbgcolor="CornflowerBlue";
onbold="bold";
oncolor="#FFAA00";
ondecoration="normal";
outfilter="Fade(Overlap=1.00)";
padding="12";
separatorcolor="Transparent";
separatorsize="3";
imagepadding="6";
itemwidth="225";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("text=Quotation;target=;url=Quotation.html;");
aI("text=Payments;target=;url=Payments.html;");
aI("text=Shipping;target=;url=Shipping.html;");
aI("text=Warranty;target=;url=Warranty.html;");
aI("text=Extended Warranty;target=;url=Extended_Warranty.html;");
aI("text=Wholesale & Corp Sales;target=;url=Wholesale_&_Corp_Sales.html;");
aI("text=Customer Testimonials;target=;url=Customer_Testimonials.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

