_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="#939393";
offbgcolor="#515151";
oncolor="#000000";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="100";
itemheight="24";
align="Center";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("4")){
style=menuStyle;
aI("text=Frameless glass balustrades;url=Framelessglassbalustrades.asp;status=Frameless glass balustrades;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Machining;url=MachiningEngineering.asp;status=Machining;");
aI("text=Profiling;url=Profiling.asp;status=Profiling;");
aI("text=Fabrication;url=Fabrication.asp;status=Fabrication;");
aI("text=Protective Coatings;url=Protective_Coatings.asp;status=Protective Coatings;");
aI("text=Installation;url=Installation.asp;status=Installation;");
}

drawMenus();



