
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=50;
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=312;
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=230;
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=530;
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=380;
itemwidth = 165;
aI("text=<b>The Market</b>;url=../main/market.aspx;")
}



with(milonic=new menuname("TenantNews")){
overflow="scroll";
style=menuStyle;
top=8;
left=120;
itemwidth = 165;
aI("text=<b>Green Community News</b>;url=../tenant/gc_news.aspx;")
aI("text=<b>Events Calendar</b>;url=../tenant/events.aspx;")
aI("text=<b>Newsletter Archive</b>;url=../tenant/newsletterindex.aspx;")
}

with(milonic=new menuname("TenantInformation")){
overflow="scroll";
style=menuStyle;
top=8;
left=250;
itemwidth = 160;
aI("text=<b>Important Information</b>;url=../tenant/information.aspx;")
aI("text=<b>Emergency Numbers</b>;url=../tenant/em_numbers.aspx;")
}


with(milonic=new menuname("TenantServices")){
overflow="scroll";
style=menuStyle;
top=8;
left=240;
itemwidth = 150;
aI("text=<b>Community Services</b>;url=../tenant/comm_sev_directory.aspx;")
aI("text=<b>General Services</b>;url=../tenant/gen_com_sev.aspx;")
aI("text=<b>Services Directory</b>;url=../tenant/sev_directory.aspx;")
}

with(milonic=new menuname("TenantShopping")){
overflow="scroll";
style=menuStyle;
top=8;
left=315;
itemwidth = 150;
aI("text=<b>The Market</b>;url=../tenant/market.aspx;")
}

with(milonic=new menuname("TenantGuidelines")){
overflow="scroll";
style=menuStyle;
top=8;
left=450;
itemwidth = 160;
aI("text=<b>Community Guidelines</b>;url=../tenant/guidelines.aspx;")
aI("text=<b>Rules & Regulations</b>;url=../tenant/rules.aspx;")
aI("text=<b>Defect Liability Warranty</b>;url=../tenant/defect_liability.aspx;")
}

with(milonic=new menuname("TenantContact")){
overflow="scroll";
style=menuStyle;
top=8;
left=665;
itemwidth = 160;
aI("text=<b>Contact Info</b>;url=../tenant/contact.aspx;")
}

drawMenus();

