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=25;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="#0b6f34";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#0b6f34";
headercolor="#0b6f34";
offbgcolor="#4AA017";
offcolor="#FFFFFF";
onbgcolor="#4AA017";
oncolor="#00411B";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color=#0b6f34', Direction=0, Strength=0)";
padding=5;
pagebgcolor="#5ece1a";
pagecolor="#5ece1a"; 
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="";
subimagepadding=2;
}
with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
top=8;
left=0;
itemwidth = 150;
aI("text=<b>About Us</b>;url=../main/aboutus.aspx;")
aI("text=<b>The Developer</b>;url=../main/developers.aspx;")
aI("text=<b>Master Plan</b>;url=../main/master_plan.aspx;")
}

with(milonic=new menuname("SubUP")){
overflow="scroll";
style=menuStyle;
top=260;
left=270;
itemwidth = 150;
aI("text=<b>Upcoming Projects</b>;url=../main/projects.aspx;")
aI("text=<b>Courtyard by Marriott</b>;url=../main/marriott.aspx;")
}

with(milonic=new menuname("Service")){
overflow="scroll";
style=menuStyle;
top=8;
left=185;
itemwidth = 220;
aI("text=<b>Community Services</b>;url=../main/community_service.aspx;")
aI("text=<b>Courtyard by Marriott</b>;url=../main/marriott.aspx;")
aI("text=<b>Marriott Executive Apartments</b>;url=../main/marriottexapartment.aspx;")
aI("text=<b>ADCB Mortgage Services</b>;url=../main/mortgage.aspx;")
aI("text=<b>The Market - Shopping Centre</b>;url=../main/market.aspx;")
aI("text=<b>The Children's Garden</b>;url=../main/thechildren.aspx;")
}

with(milonic=new menuname("News")){
overflow="scroll";
style=menuStyle;
top=8;
left=474;
itemwidth = 165;
aI("text=<b>Green Community News</b>;url=../main/news.aspx;")
aI("text=<b>Events Calendar</b>;url=../main/events_calender.aspx;")
}

with(milonic=new menuname("Shopping")){
overflow="scroll";
style=menuStyle;
top=8;
left=330;
itemwidth = 165;
aI("text=<b>The Market</b>;url=../main/market.aspx;")
}
drawMenus();

