_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="13";
fontstyle="strong";
headerbgcolor="#0000FF";
headercolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#333333";
//onbgcolor="#0253a5";
oncolor="#999999";
outfilter="";
overfilter="";
padding=2;
separatorcolor="#FFFFFF";
subimage="";
subimagepadding="";
}

with(menuStyle2=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#99CC66";
offbgcolor="#FFFFFF";
offcolor="#333333";
//onbgcolor="#024180";
oncolor="#666666";
outfilter="";
overfilter="";
padding=6;
//pagebgcolor="#0C3160";
pagecolor="white";
separatorcolor="#FFFFFF";
separatorsize=0;
subimage="";
subimagepadding=0;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative"
orientation="horizontal";
style=menuStyle;
aI("text=CUSTOM FABRICATION&nbsp;&nbsp;&nbsp;&nbsp;url=customfabrication.html;")
aI("text=WELDING REPAIRS&nbsp;&nbsp;&nbsp;&nbsp;url=weldingrepairs.html;")
aI("text=ON-SITE REPAIRS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=onsiterepairs.html;")
aI("status=Back To Home Page;text=Home&nbsp;&nbsp;&nbsp;&nbsp;url=index.html")
aI("showmenu=aboutus;text=About Us&nbsp;&nbsp;&nbsp;&nbsp;url=aboutus.html");
aI("text=Contact Us;url=contactus.html;")
}


with(milonic=new menuname("aboutus")){
overflow="scroll";
style=menuStyle2;
aI("text=Qualifications;url=qualifications.html;")
aI("text=Facilities;url=facilities.html;")
}

drawMenus();


