fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="bold";
headerbgcolor="#0d2b81";
headercolor="#0d2b81";
offbgcolor="#0d2b81";
offcolor="#ffffff";
onbgcolor="#FFFF66";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#0d2b81', Direction=200, Strength=10)";
padding=5;
pagebgcolor="";
pagecolor="";
separatorcolor="#ffffff";
separatorsize=1;
separatorpadding=1;
subimage="images/arrow.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=400;
orientation="horizontal";
style=menuStyle;
top=135;
aI("showmenu=Products;text=ProTec Friction Products;");
aI("showmenu=OEM;text=OEM Services;");
aI("text=About Us;url=http://www.protecfriction.com/about.htm;");
aI("text=Contact Us;url=http://www.protecfriction.com/contact.php;");
aI("text=Home;url=http://www.protecfriction.com;");

}

with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle;
aI("text=Industial Friction Solutions;url=http://www.protecfriction.com/products_catalog.htm;");
aI("text=Friction Materials;url=http://www.protecfriction.com/products_fm.htm;");
aI("text=Overstock and Specials;url=http://www.protecfriction.com/currently_not_offered.html;");

}

with(milonic=new menuname("OEM")){
style=menuStyle;
aI("text=ProTec Capabilities;url=http://www.protecfriction.com/oem_capabilities.htm;");
aI("text=Case Study;url=http://www.protecfriction.com/oem_cs.htm;");


}


drawMenus();

