<!--
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.butech-valve.net;");
aI("align=center;showmenu=Pressure Valves;text=Pressure Valves;");
aI("align=center;showmenu=Other Valves;text=Other Valves;");
aI("align=center;text=Accessories;url=http://www.butech-valve.net/access.htm;");
}

with(flwmenu=new menuname("Pressure Valves")){
overflow="scroll";
style=menuStyle;
aI("text=High Pressure;url=http://www.butech-valve.net/high_pressure.htm;");
aI("text=Medium Pressure;url=http://www.butech-valve.net/medium_pressure.htm;");
aI("text=Low Pressure;url=http://www.butech-valve.net/low_pressure.htm;");
}
with(flwmenu=new menuname("Other Valves")){
overflow="scroll";
style=menuStyle;
aI("text=Pipe Valves & Equip;url=http://www.butech-valve.net/pipe_valves.htm;");
aI("text=Ball Valves;url=http://www.butech-valve.net/ball_valves.htm;");
}
drawMenus();
//-->
