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




//SUB MENU
with(submenuStyle=new mm_style()){
bordercolor="#67593e";
borderstyle="solid";

fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
//headercolor="#000000";
offbgcolor="#67593e";
offcolor="#ffffff";
onbgcolor="#FFFFFF";
oncolor="#333333";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5)";
padding=10;
//pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
//headercolor="#000000";
//image="milonic/menugrad.png";
//imagepadding=6;
//offbgcolor="#ffffff";
offcolor="#ffffff";
//onbgcolor="#ffffff";
oncolor="#ffff00";
//outfilter="Fade(Overlap=1.00)";
//overimage="http://www.milonic.com/menuimages/square_blue.gif";
padding=5;
//pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=25;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;

aI("image=milonic/images/home.jpg;overimage=milonic/images/homer.jpg;url=index.php;");
aI("showmenu=ourhomes;image=milonic/images/ourhomes.jpg;overimage=milonic/images/ourhomesr.jpg;url=ourhomes-standard.php;");
aI("showmenu=communities;image=milonic/images/communities.jpg;overimage=milonic/images/communitiesr.jpg;");
aI("showmenu=faq;image=milonic/images/faqs.jpg;overimage=milonic/images/faqsr.jpg;url=faq-what.php;");
aI("showmenu=contactinfo;image=milonic/images/contact.jpg;overimage=milonic/images/contactr.jpg;url=contact-personnel.php;");
}

with(milonic=new menuname("ourhomes")){
//top="197"
//overflow="scroll";
style=submenuStyle;
menuwidth="186px";
margin=7;
aI("text=Standard Specs;url=ourhomes-standard.php;")
aI("text=Available Upgrades;url=ourhomes-available.php;")
aI("text=Design Trades;url=ourhomes-design.php;")
aI("text=Photo Gallery;url=ourhomes-photo.php;")
}

with(milonic=new menuname("communities")){
//top="197"
menuwidth="188px";
style=submenuStyle;
margin=7;
aI("showmenu=nowavailable;text=Now Available >>;")
aI("showmenu=comingsoon;text=Coming Soon >>;")
aI("showmenu=established;text=Established Communities >>;")
}

with(milonic=new menuname("nowavailable")){
style=submenuStyle;
margin=7;
aI("text=Attema Acres;url=attemaacres.php;")
aI("text=Elmwood Terrace;url=elmwoodterrace.php;")
aI("text=Harvest Creek;url=harvestcreek.php;")
aI("text=Lexington Court (Phase II);url=lexingtoncourt2.php;")
}

with(milonic=new menuname("comingsoon")){
style=submenuStyle;
margin=7;
aI("text=Tanbark Heights;url=tanbarkheights.php;")
aI("text=The Neighbourhood of Broadway Gardens;url=neighbourhoodbroadwaygardens.php;")
}

with(milonic=new menuname("established")){
style=submenuStyle;
margin=7;
divides=3;
aI("text=175 Queen;url=175queen.php;")
//aI("text=Broadway;url=broadway.php;")
aI("text=BrookWood Terrace;url=brookwoodterrace.php;")
aI("text=Burnfield Lane;url=burnfieldlane.php;")
aI("text=Canal Court;url=canalcourt.php;")
aI("text=Forest Grove;url=forestgrove.php;")
aI("text=Lexington Court;url=lexingtoncourt.php;")
aI("text=Orchard Lane;url=orchardlane.php;")
aI("text=Regatta Heights;url=regattaheights.php;")
aI("text=Rose Glen Estates;url=roseglen.php;")
aI("text=Shore Breeze;url=shorebreeze.php;")
aI("text=Stone Gate Park;url=stonegate.php;")
aI("text=Towns of Apricot Glen;url=apricotglen.php;")
aI("text=Village on the Trail;url=villageonthetrail.php;")
}


with(milonic=new menuname("faq")){
//top="197"
style=submenuStyle;
margin=7;
menuwidth="185px";
aI("text=What To Expect;url=faq-what.php;")
aI("text=Welcome Package;url=faq-welcome.php;")
aI("text=Service Answers;url=faq-service.php;")
aI("text=Owners;url=faq-owners.php;")
}

with(milonic=new menuname("contactinfo")){
//top="197"
style=submenuStyle;
margin=7;
menuwidth="175px";
aI("text=Grey Forest Personnel;url=contact-personnel.php;")
aI("text=Trades;url=contact-trades.php;")
aI("text=Real Estate;url=contact-realestate.php;")
aI("text=Tarion;url=contact-tarion.php;")
}
drawMenus();


