_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="strong";
headerbgcolor="#CA0000";
headercolor="#FFFFFF";
offbgcolor="#C42424";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#333333";
outfilter="";
overfilter="";
padding=2;
separatorcolor="#FFFFFF";
subimage="";
subimagepadding="";
}

with(menuStyle2=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#99CC66";
offbgcolor="#B33224";
offcolor="#FFFFFF";
onbgcolor="#831818";
oncolor="#FFFFFF";
outfilter="";
overfilter="";
padding=8;
//pagebgcolor="#0C3160";
pagecolor="white";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="";
subimagepadding=2;
ondecoration="underline";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative"
orientation="horizontal";
style=menuStyle;
aI("status=Back To Home Page;text=&nbsp;Home&nbsp;url=index.php")
aI("showmenu=whoweare;text=&nbsp;&nbsp;Who We Are&nbsp;url=aboutus.php;");
aI("status=Testimonials;text=&nbsp;Testimonials&nbsp;url=testimonials.php")
aI("status=Standard Features;text=&nbsp;Standard Features&nbsp;url=standard.php")
aI("status=Options;text=&nbsp;Options&nbsp;url=options.php")
aI("showmenu=current;text=&nbsp;&nbsp;Current Projects&nbsp;url=model-new.php;");
aI("status=Contact Us;text=&nbsp;&nbsp;Contact Us;url=contact.php")
aI("text=&nbsp;");
}

with(milonic=new menuname("whoweare")){
overflow="scroll";
style=menuStyle2;
aI("status=About Us;text=About Us&nbsp;url=aboutus.php")
aI("status=Design Philosophy;text=Design Philosophy&nbsp;url=design.php")
aI("status=Our Guarantee;text=Our Guarantee&nbsp;url=ourguarantee.php")
aI("status=Southridge;text=Southridge;url=southridge.php")
}

with(milonic=new menuname("current")){
overflow="scroll";
style=menuStyle2;
aI("text=New Model Homes;url=model-new.php;")
aI("text=Sold Model Homes;url=model-sold.php;")
aI("text=Sapphire Estates;url=model-sapphireestates.php;")
aI("text=Vineyard Estates;url=model-vineyardestates.php;")
//aI("text=Victoria Estates;url=model-victoriaestates.php;")
//aI("text=Mountain Street;url=mountainstreet.php;")
aI("text=Recent Photos;url=model-recentphotos.php;")
}
drawMenus();


