_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=0;              // Sub menu top offset
_subOffsetLeft=0;        // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#E4EDF8";
oncolor="#CCCCCC";
offbgcolor="#C7D8EE";
offcolor="#000000";
bordercolor="#E7E1D0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=7;
menubgimage="";
fontsize="11px"; 
fontstyle="normal";
fontfamily="tahoma, arial";
subimage="images/arrow.gif";
overfilter="fade(duration=0.7);Alpha(opacity=100);Shadow(color=#999999', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("domestic")){
style=menuStyle2;
itemwidth=235; 

aI("text=Residential Wells & Pumping Systems;url=wells_pumping.html");
aI("text=Water Storage Reservoirs;url=water_reservoirs.html");
aI("text=Septic Tank & Drain Field Design;url=septic_drain.html");
aI("text=Septic Pumping Systems;url=septic_pumping.html");
}

with(milonic=new menuname("irrigation")){
style=menuStyle2;
itemwidth=195; 

aI("text=Lake Pump Systems;url=lakepumpsystems.html");
aI("text=Fountains & Water Features;url=fountains.html");
aI("text=Irrigation Booster Pumping Systems;url=irrigationbooster.html");
}


with(milonic=new menuname("contact")){
style=menuStyle2;
itemwidth=165; 

aI("text=Contact Information;url=contact.html");
aI("text=Location Map;url=locationmap.html");
aI("text=Request for Well Drilling;url=request_welldrilling.html");
aI("text=Request for Pumping System;url=request_pumpingsystem.html");

}


drawMenus();