<!--
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(ScrollingSampStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#39597d";
oncolor="#ffffff";
pagebgcolor="#82B6D7";
padding=2;
}



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#39597d";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}
with(flwmenu=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
menualign="left";
menuwidth=m_width;
left=menuleft;
orientation="horizontal";
style=ScrollingSampStyle;
top=menutop;
aI("align=center;text=Home;url=http://www.flw.com/chemtec/index.htm;");
aI("align=center;showmenu=Adjustable Flow;text=Adjustable Flow;");
aI("align=center;showmenu=Non-Adjustable Flow;text=Non-Adjustable Flow;");
aI("align=center;showmenu=Flow Meters;text=Flow Meters;");
aI("align=center;showmenu=Excess Flow Valves;text=Excess Flow Valves;");
aI("align=center;text=Other Sites;url=http://www.flw.com/chemtec/distribute;");
}

with(flwmenu=new menuname("Adjustable Flow")){
overflow="scroll";
style=menuStyle;
aI("text=125 Series;url=http://www.flw.com/chemtec/125.htm;");
aI("text=125 Bypass Series;url=http://www.flw.com/chemtec/125bp.htm;");
aI("text=500 Series;url=http://www.flw.com/chemtec/500.htm;");
aI("text=500 Bypass Series;url=http://www.flw.com/chemtec/500bp.htm;");
aI("text=500 Bypass High Pressure Series;url=http://www.flw.com/chemtec/500bphp.htm;");
aI("text=FAV Series;url=http://www.flw.com/chemtec/fav.htm;");
aI("text=LCA Series;url=http://www.flw.com/chemtec/lca.htm;");
aI("text=CCM Series;url=http://www.flw.com/chemtec/ccm.htm;");
aI("text=Literature;url=http://www.flw.com/chemtec/literature.htm;");
}
with(flwmenu=new menuname("Non-Adjustable Flow")){
overflow="scroll";
style=menuStyle;
aI("text=LPH Series;url=http://www.flw.com/chemtec/lph.htm;");
aI("text=FS Series;url=http://www.flw.com/chemtec/fs.htm;");
aI("text=LFSPP Series;url=http://www.flw.com/chemtec/ifspp.htm;");
aI("text=FAB Series;url=http://www.flw.com/chemtec/fab.htm;");
aI("text=Literature;url=http://www.flw.com/chemtec/literature.htm;");
}
with(flwmenu=new menuname("Flow Meters")){
overflow="scroll";
style=menuStyle;
aI("text=MAO 125/250 Series;url=http://www.flw.com/chemtec/125-250.htm;");
aI("text=MAO 500 Series;url=http://www.flw.com/chemtec/mao.htm;");
aI("text=Literature;url=http://www.flw.com/chemtec/literature.htm;");
}
with(flwmenu=new menuname("Excess Flow Valves")){
overflow="scroll";
style=menuStyle;
aI("text=EFV Auto Reset Series;url=http://www.flw.com/chemtec/efv.htm;");
aI("text=EFV Manual Reset Series;url=http://www.flw.com/chemtec/efvm.htm;");
aI("text=HPEFV High Pressure Series;url=http://www.flw.com/chemtec/hpefv.htm;");
aI("text=Literature;url=http://www.flw.com/chemtec/literature.htm;");
}
drawMenus();
//-->

