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=10;
_subOffsetLeft=20;


with(submenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0294c3";
offcolor="#ffffff";
onbgcolor="#8ab2da";
//onborder="1px dotted #7CB5E8";
oncolor="#022e53";
outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
pagebgcolor="";
pagecolor="#ffffff";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="#ffffff";
onbgcolor="";
oncolor="#212930";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="ffc083";
subimagepadding=4;

}


with(milonic=new menuname("About Us")){
margin=5;
menuwidth=120;
style=submenuStyle;
aI("text=Company Profile;url=company_profile.asp;");
aI("text=History;url=history.asp;");
}

with(milonic=new menuname("product")){
margin=5;
menuwidth=120;
style=submenuStyle;
aI("text=Grundfos;url=product_groundfor.aspx;");
aI("text=Pentair;url=pentair.aspx;");
aI("text=Stock List;url=stock_list.aspx;");
}

with(milonic=new menuname("Service")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=Service Overview;url=service_overview.asp;");
aI("text=Service Centre;url=service_center.asp;");
aI("text=Spare Parts & Repair;url=spare_parts.asp;");
}
drawMenus();
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 

