fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#D4D4D4";
borderstyle="solid";
borderwidth=2;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E8E8E8";
offcolor="#5E5E5E";
onbgcolor="#606060";
//onborder="1px dotted #7CB5E8";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#A6A6A6', Direction=150, Strength=10)";
padding=3;
separatorcolor="#B2B2B2";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#5AAAE9";
pagecolor="black";
subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#40780F";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fad46c";
offcolor="#b48507";
onbgcolor="#ADE657";
oncolor="#6a4e03";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;

}


with(milonic=new menuname("aboutus")){
margin=5;
menuwidth=120;
style=submenuStyle;
aI("text=Company Profile;url=company_profile.html;");
aI("text=CEO Message;url=company_profile.html#Message;");
aI("text=Quality Policy;url=company_profile.html#Policy;");
//aI("text=Servers;showmenu=Servers;url=servers.asp;");
//aI("text=Networking;showmenu=Networking;url=networking.asp;");
}
with(milonic=new menuname("facilities")){
margin=5;
menuwidth=120;
style=submenuStyle; 



aI("text=Forge Shop;url=facilities.html#Forge;");
aI("text=Heat Treatment ;url=facilities.html#Heat;");
aI("text=Laboratory ;url=facilities.html#Laboratory;");
aI("text=Machine Shop ;showmenu=Servers;url=facilities.html#Machin;");
//aI("text=Networking;showmenu=Networking;url=networking.asp;");
}

drawMenus();


