_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=5
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#78899E";
oncolor="#000000";
offbgcolor="#78899E";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="images/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}




with(sat=new menuname("3")){
style=menuStyle;
aI("text=Services;url=dynamicpage.asp?pid=3&id=104;status=Services;");
aI("text=Cleaning and Supplies;url=dynamicpage.asp?pid=3&id=105;status=Cleaning and Supplies;");
aI("text=Tools and Equipment;url=dynamicpage.asp?pid=3&id=106;status=Tools and Equipment;");
aI("text=Fiber/Cable Interconnection;url=dynamicpage.asp?pid=3&id=107;status=Fiber/Cable Interconnection;");
}

drawMenus();

