_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="#2B4681";
oncolor="#FFFFFF";
offbgcolor="#EEEEEE";
offcolor="#333333";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=2;
padding=9;
fontsize="12px"; 
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma, arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="images/arrow.png";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#2B4681";
oncolor="#FFFFFF";
offbgcolor="#EEEEEE";
offcolor="#333333";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=2;
padding=6;
fontsize="11px"; 
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma, arial, helvetica, sans-serif";
subimage="images/arrow.png";
overfilter="fade(duration=0.7);Alpha(opacity=90);Shadow(color=#999999', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("garbage")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 

aI("showmenu=residential;text=Residential;url=#");
aI("showmenu=commercial;text=Commercial;url=#");
}

		with(milonic=new menuname("residential")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=195; 

		aI("text=Collection Info;url=content.php?id=2");
		aI("text=Rates;url=content.php?id=3");
		aI("text=Rules & Regulations;url=content.php?id=4");
		aI("showmenu=temporary;text=Temporary Dumpster;url=content.php?id=5");
		// aI("text=Temporary Dumpster;url=content.php?id=5");
		aI("text=Service & Cart Requests;url=account_login.php");
		aI("text=How Our Truck Works;url=content.php?id=36");
		}
		
		with(milonic=new menuname("commercial")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=195; 

		aI("showmenu=permanent;text=Permanent;url=#");
		aI("showmenu=temporary;text=Temporary;url=#");
		}
			
			with(milonic=new menuname("permanent")){
			style=menuStyle2;
			borderwidth=0;
			bordercolor="#FFFFFF";
			itemwidth=195; 

			aI("text=Collection Info;url=content.php?id=7");
			aI("text=Rates;url=content.php?id=6");
			aI("text=Rules & Regulations;url=content.php?id=4");
			aI("text=Order Service;url=content.php?id=8");
			}
			
			with(milonic=new menuname("temporary")){
			style=menuStyle2;
			borderwidth=0;
			bordercolor="#FFFFFF";
			itemwidth=195; 

			aI("text=Rates;url=content.php?id=9");
			aI("text=Rules & Regulations;url=content.php?id=10");
			aI("text=Order Service;url=content.php?id=29");
			}

with(milonic=new menuname("recycle")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 

aI("showmenu=recycleres;text=Residential;url=#");
aI("showmenu=recyclecomm;text=Commercial;url=#");
}

		with(milonic=new menuname("recycleres")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=195; 

		aI("text=Collection Info;url=content.php?id=13");
		aI("text=Rules & Regulations;url=content.php?id=37");
		aI("text=Order Bin;url=account_login.php");
		}
		
		with(milonic=new menuname("recyclecomm")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=195; 

		aI("text=Collection Info;url=content.php?id=15");
		aI("text=Rates;url=content.php?id=14");
		aI("text=Rules & Regulations;url=content.php?id=37");
		aI("text=Order Service;url=content.php?id=16");
		}

with(milonic=new menuname("yardwaste")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 

aI("text=Collection Info;url=content.php?id=31");
aI("text=Rates;url=content.php?id=30");
aI("text=Rules & Regulations;url=content.php?id=18");
aI("text=Order/Cancel Service;url=account_login.php");
}

with(milonic=new menuname("about")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 

aI("text=Contact Info;url=content.php?id=21");
aI("text=Calendar;url=calendar.php");
aI("text=Employment;url=content.php?id=23");
aI("text=Feedback;url=feedback.php");
}



drawMenus();