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




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Times New Roman, Georgia, Times";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#FFFFFF";
offbgcolor="#FFFFCC";
offcolor="#000000";
onbgcolor="#03A051";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative"
orientation="vertical";
style=menuStyle;
aI("text=About Us;url=aboutus.htm;");
aI("text=Why Invest with<br> 21st Century Group?;url=invest.htm");
aI("text=Property Management;url=propman.htm");
aI("text=Testimonials;url=tests.htm");
aI("showmenu=Locations;text=Locations;");
aI("showmenu=House Designs;text=Our Houses");
aI("text=Research;url=research.htm");
aI("text=News & Media;url=news.htm");
aI("text=Foreign Investors;url=foreign.htm");
aI("text=Contact Us;url=contact.htm");
aI("text=Enquiry Form;url=contact.htm#form");
}

with(milonic=new menuname("Locations")){
style=menuStyle;
aI("text=Location Map;url=locations.htm;")
aI("text=Springfield Lakes;url=slakes.htm;")
aI("text=Map of Greater Springfield;url=docs/MapSpringfield.pdf; target=_blank")
aI("text=Brookwater;url=bwater.htm;")
aI("text=Forest Lake;url=flakes.htm;")
}

with(milonic=new menuname("House Designs")){
style=menuStyle;
aI("text=House Designs;url=houses.htm;");
aI("text=Inclusions;url=inclusions.htm;");
aI("text=Colour Schemes;url=colours.htm;");
}

drawMenus();


