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()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
fontweight="bold"
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f7f7f7";
offcolor="#515151";
oncolor="#ff0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
//pagebgcolor="#39597d";
//pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="Images/arrow.gif";
subimagepadding=2;
}



with(flwmenu=new menuname("Main Menu")){
alwaysvisible=1;
left=leftmenu;
overflow="scroll";
style=menuStyle;
top=topmenu;
aI("align=center;text=Flw Home;url=http://www.flw.com;");
aI("align=center;text=About Switches;showmenu=guide;");
aI("align=center;text=Application/Glossary;showmenu=appgl;url=http://www.flw.com/designflex/application.htm;");
aI("align=center;text=FAQ;url=http://www.flw.com/designflex/faq.htm");
aI("align=center;text=Product Catalogs;url=http://www.flw.com/designflex/catalog.htm");
aI("align=center;text=Other Site of Interest;url=http://www.flw.com/designflex/distribute");
}
with(flwmenu=new menuname("guide")){
overflow="scroll";
style=menuStyle;
aI("text=Switch Guide;url=http://www.flw.com/designflex/guide.htm;");
aI("text=Accessories;url=http://www.flw.com/designflex/accessories.htm;");
aI("text=Product Overview;url=http://www.flw.com/designflex/designflex_product_overview.htm;");
}
with(flwmenu=new menuname("appgl")){
overflow="scroll";
style=menuStyle;
aI("text=Typical Application;url=http://www.flw.com/designflex/typical.htm;");
aI("text=Application Description;url=http://www.flw.com/designflex/description.htm;");
aI("text=Glossary of terms;url=http://www.flw.com/designflex/glossary.htm;");
}

drawMenus();

