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="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d95d9c";
offcolor="#FFFBE2";
onbgcolor="#a12061";
//onborder="1px dotted #7CB5E8";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#E4E3E3', Direction=150, Strength=10)";
padding=2;
separatorcolor="#FCF6CF";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#CEC45F";
pagecolor="black";
subimagepadding=2;
}

with(submenuStyle2=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7f4039";
offcolor="#FFFBE2";
onbgcolor="#56251e";
//onborder="1px dotted #7CB5E8";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#E4E3E3', Direction=150, Strength=10)";
padding=2;
separatorcolor="#FCF6CF";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#CEC45F";
pagecolor="black";
subimagepadding=2;
}

with(submenuStyle3=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#b7b407";
offcolor="#FFFBE2";
onbgcolor="#a0940a";
//onborder="1px dotted #7CB5E8";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#E4E3E3', Direction=150, Strength=10)";
padding=2;
separatorcolor="#FCF6CF";
separatorsize=1;
subimagepadding=1;
pagebgcolor="#CEC45F";
pagecolor="black";
subimagepadding=2;
}


with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8BCFFE";
offcolor="#b48507";
onbgcolor="#DBB053";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;

}


with(milonic=new menuname("For Kids")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=For Kids;url= for_kids.html;");
aI("text=For Couples;url= for_couples.html;");
aI("text=For Family;url= for_family.html;");
aI("text=Location Map;url= location_map.html;");

}


with(milonic=new menuname("layouts")){
margin=5;
menuwidth=150;
style=submenuStyle2;
aI("text=A Wing;url= a_wing.html;");
aI("text=B Wing;url= b_wing.html;");
aI("text=C Wing;url= c_wing.html;");

}
with(milonic=new menuname("contact")){
margin=5;
menuwidth=150;
style=submenuStyle3;
aI("text=About the Location;url=about_location.html;");
aI("text=Address;url=address.html;");
aI("text=Location Map;url=location_map.html;");
aI("text=Enquiry Form;url=enquiry.html;");

}

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")
// --> 

