_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#7CB045";
offbgcolor="#D5E9CD";
oncolor="#FFFFFF";
offcolor="#000000";
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006600";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="Regular";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="110";
itemheight="25";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("3")){
style=menuStyle;
aI("text=Office Cleaning;url=dynamicdata/OfficeCleaning.asp;status=Office Cleaning;");
aI("text=School Cleaning;url=dynamicdata/SchoolCleaning.asp;status=School Cleaning;");
aI("text=Carpet Cleaning;url=dynamicdata/Carpetcleaning.asp;status=Carpet Cleaning;");
aI("text=Window Cleaning;url=dynamicdata/Windowcleaning.asp;status=Window Cleaning;");
aI("text=Warehouse Cleaning;url=dynamicdata/Warehousecleaning.asp;status=Warehouse Cleaning;");
aI("text=Builders Cleans;url=dynamicdata/Builderscleans.asp;status=Builders Cleans;");
aI("text=Janitorial Supplies;url=dynamicdata/JanitorialSupplies.asp;status=Janitorial Supplies;");
}

drawMenus();

