
_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#8eabc9";	// Mouse On Background Color
oncolor="#ff0000";		// Mouse On Font Color
offbgcolor="#336699";	// Mouse Off Background Color
offcolor="#ffffff";		// Mouse Off Font Color
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../../js/milonic/arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("standpipes")){
style=menuStyle;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Standpipe<BR>Introduction</center>;url=open.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Purchase Durso<BR>Standpipes</center>;url=http://cart.dursostandpipes.com/comersus;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Build Your Own<BR>Standpipes</center>;url=construct.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Popular<BR>Modifications</center>;showmenu=modifications");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Intake<BR>Strainers</center>;showmenu=strainers");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Standpipe<BR>Feedback</center>;url=feedback.htm;target=StandpipeFrame");
}

with(milonic=new menuname("modifications")){
style=menuStyle;
orientation="horizontal";
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;External<BR>Overflow</center>;url=mods/external.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Stockman Hangon<BR>Overflow</center>;url=mods/stockman.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Dual Durso in<BR>Single Overflow</center>;url=mods/dual.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Adjustable Air<BR>Hole Modification</center>;url=mods/adjustable_airhole.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Air Valve<BR>Modification</center>;url=mods/airvalve.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Mega-Flow Overflow<BR>Modification</center>;url=mods/megaflow.htm;target=StandpipeFrame");

}

with(milonic=new menuname("strainers")){
style=menuStyle;
orientation="horizontal";
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Light Diffuser</center>;url=mods/lightdiffuser.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Perforated Pipe</center>;url=mods/perforated.htm;target=StandpipeFrame");
aI("text=<center><img src=../../js/milonic/reddot.gif border=0>&nbsp;Slotted Pipe</center>;url=mods/slottedpipe.htm;target=StandpipeFrame");
}

drawMenus();

