
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#CC6600";
offbgcolor="#CC6600";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CC6600";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="Fade(duration=0.2);Alpha(opacity=100);";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=240;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("image=btn_home-over.gif;overimage=btn_home-down.gif;url=default.asp;");
aI("url=development.asp;image=btn_develop-over.gif;overimage=btn_develop-down.gif;");
aI("url=gallery.asp;showmenu=site;image=btn_site.gif;overimage=btn_site-down.gif;");
aI("url=http://www.aristo.cc;target=_blank;image=btn_builder-over.gif;overimage=btn_builder-down.gif;");
aI("showmenu=inventory;image=btn_inventory-over.gif;overimage=btn_inventory-down.gif;");
aI("url=contact.asp;image=btn_contact-over.gif;overimage=btn_contact-down.gif;");
aI("image=logo-01.gif;");
}


with(milonic=new menuname("site")){
style=menuStyle;
aI("text=Picture Gallery;url=gallery.asp;");
aI("text=Video Tour;url=video.asp;");
aI("text=Site Plan;url=site.asp;");
aI("text=Location Map;url=location_map.asp;");
aI("text=Website Links;url=webster.asp;");

}

with(milonic=new menuname("inventory")){
style=menuStyle;
aI("text=Lot 108;url=inventory-108.asp;");

}
drawMenus();

