_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="#1B452E";
offbgcolor="#028E2A";
oncolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="110";
itemheight="30";
align="Left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("5")){
style=menuStyle;
aI("text=Raring;url=raring.asp;status=Raring;");
aI("text=WeatherSolve;url=weathersolve.asp;status=WeatherSolve;");
aI("text=PneumaticSys;url=pneumat.asp;status=PneumaticSys;");
aI("text=Ancaster;url=ancaster.asp;status=Ancaster;");
aI("text=Rotolok;url=rotolok.asp;status=Rotolok;");
aI("text=QAM;url=qam.asp;status=QAM;");
aI("text=Daltech;url=daltec.asp;status=Daltech;");
}

drawMenus();

