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=0;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="11px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#68a701";
offcolor="#ffffff";
onbgcolor="#a9e743";
//onborder="1px dotted #7CB5E8";
oncolor="#3b4d74";
//outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
outfilter="randomdissolve(duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5);Alpha(opacity=95)";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
pagebgcolor="#68a701";
pagecolor="#ffffff";
subimagepadding=2;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#329998";
offcolor="#ffffff";
//onbgcolor="#AEE6E5";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;

}


with(milonic=new menuname("aboutus")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=Company Profile;url=about_us.asp;");
aI("text=Team Behind;url=team_behind.asp;");
}


with(milonic=new menuname("projects")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=Ongoing Projects;url=projects_meadows.asp;showmenu=ongoing_projects");
aI("text=Completed Projects;url=completed_projects.asp;");
}


with(milonic=new menuname("ongoing_projects")){
margin=5;
menuwidth=150;
style=submenuStyle;
aI("text=Green Meadows;url=projects_meadows.asp;");
aI("text=Foliage Park;url=projects_foliage_park.asp;");
aI("text=Villannex;url=projects_villannex.asp;");
}



with(milonic=new menuname("contact")){
margin=5;
menuwidth=100;
style=submenuStyle;
aI("text=Enquiry Form;url=enquiry_form.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")
// --> 

 onLoad="MM_preloadImages('images/buttons/home_on.jpg','images/buttons/about_us_on.jpg','images/buttons/projects_on.jpg','images/buttons/completed_on.jpg','images/buttons/clients_on.jpg','images/buttons/contact_on.jpg')"