
/*
Milonic .aspL 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 .aspL 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=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#660000";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#660000";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=6;
fontsize="80%";
fontstyle="normal";
fontfamily="Trebuchet MS, Verdana, Arial";
pagecolor="660000";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2);Alpha(opacity=90);";
}


with(milonic=new menuname("who")){
style=menuStyle;
aI("text=Who we are;url=WhoWeAre.html;");
aI("text=Board of Advisors;url=advisors.html;");
}


with(milonic=new menuname("how")){
style=menuStyle;
aI("text=Design Development Process;url=DevelopmentProcess.html;");
aI("text=FAQs;url=FAQ.html;");
aI("text=Testimonials;url=Testimonials.html;");

}

with(milonic=new menuname("communities")){
style=menuStyle;
aI("showmenu=current;text=Current;");
aI("showmenu=completed;text=Completed;");
aI("text=Homearama 08;url=Homearama.html;");

}

with(milonic=new menuname("current")){
style=menuStyle;
aI("text=Coastal View;url=coastalview.html;");
aI("text=Canal Grove;url=canalwalk.html;");

}


with(milonic=new menuname("completed")){
style=menuStyle;
aI("text=Woodcliff;url=woodcliff.html;");
aI("text=Cobblestone Creek;url=cobblestone.html;");
aI("text=Mallards Landing;url=Mallard.html;");

}

with(milonic=new menuname("inventory")){
style=menuStyle;
aI("text=Fairport, Lot 15;url=current-lot15.html;");
aI("text=Webster, Lot 108;url=current-lot108.html;");
aI("text=Webster, Lot 135;url=current-lot135.html;");
}

drawMenus();


