
/*
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=154            // Sub menu top offset
_subOffsetLeft=32          // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#F7F18C";
oncolor="#3A5830";
offbgcolor="#ffffff";
offcolor="#6F4200";
bordercolor="#3A5830";
borderstyle="solid";
borderwidth=1;
separatorcolor="#3A5830";
separatorsize="1";
padding=3;
fontsize="80%";
fontstyle="normal";
fontfamily="Arial";
fontweight='bold';
pagecolor="#6F4200";
pagebgcolor="#FECE86";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=154;
screenposition="center";
left="offset=-2";
alwaysvisible=1;
orientation="horizontal";
itemheight=5;
itemwidth=120;
followscroll=0;
aI("text=Grogan's Mill;showmenu=GrogansMill;");
aI("text=Farmer's Market;showmenu=FarmersMarket;");
aI("text=News & Events;showmenu=NewsEvents;");
aI("text=Real Estate;showmenu=RealEstate;");
aI("text=The GMVA;showmenu=TheGMVA;");
aI("text=Contact;showmenu=Contact;");
}

with(milonic=new menuname("GrogansMill")){
style=menuStyle;
aI("text=GM Shopping Center;url=gm_gmshopping.htm;");
aI("text=Welcome to Grogan's Mill;url=gm_grogansmill.htm;");
aI("text=Area Map;url=gm_areamap.htm;");
aI("text=More about The Woodlands;url=gm_movingtothewoodlands.htm;");
aI("text=New to The Woodlands?;url=gm_newtothewoodlands.htm;");
aI("text=Schools;url=gm_schools.htm;");
aI("text=Libraries;url=gm_libraries.htm;");
aI("text=Places of Worship;url=gm_worship.htm;");
aI("text=Health Care;url=gm_healthcare.htm;");
aI("text=Recreation;url=gm_recreation.htm;");
aI("text=Parks;url=gm_parks.htm;");
aI("text=Retail and Dining;url=gm_retailanddining.htm;");
aI("text=Entertainment;url=gm_entertainment.htm;");
aI("text=Newsletters;url=ne_resident_newsletter.htm;");
}

with(milonic=new menuname("FarmersMarket")){
style=menuStyle;
aI("text=About;url=fm_about.htm;");
aI("text=Map;url=fm_map.htm;");
aI("text=Gallery;url=fm_gallery.htm;");
aI("text=Facebook;url=fm_facebook.htm;");
aI("text=List of Vendors;url=fm_vendors.htm;");
aI("text=Become a Vendor;url=fm_be_a_vendor.htm;");
aI("text=Suggestions;url=contacts_suggestions.php;");
}

with(milonic=new menuname("NewsEvents")){
style=menuStyle;
aI("text=Resident Newsletter;url=ne_resident_newsletter.htm;");
aI("text=Upcoming Events;url=ne_upcomingevents.htm;");
aI("text=Local News;url=ne_localnews.htm;");
aI("text=Contributing Articles;url=ne_articles.htm;");
aI("text=Photo Gallery;url=ne_photogallery.htm;");
aI("text=Correspondence;url=ne_correspondence.htm;");
}

with(milonic=new menuname("RealEstate")){
style=menuStyle;
aI("text=Real Estate Info;url=re_realestateinfo.htm;");
aI("text=Resident Testimonials;url=re_testimonials.htm;");
aI("text=Current Activity;url=re_currentactivity.htm;");
aI("text=Deed Restrictions;url=re_covenants.htm;");
aI("text=Promotional Items;url=re_promotion.htm;");
}

with(milonic=new menuname("TheGMVA")){
style=menuStyle;
aI("text=Mission, Vision & Values;url=gmvamission.htm;");
aI("text=History of Grogan's Mill;url=gmvahistory.htm;");
aI("text=Demographics;url=gmvademographics.htm;");
aI("text=Organization;url=gmvaorganization.htm;");
aI("text=Minutes;url=gmvaminutes.htm;");
aI("text=Agenda;url=gmvaagenda.htm;");
aI("text=Board Members;url=gmvaboard.htm;");
aI("text=Budget;url=gmvabudget.htm;");
aI("text=GMVA Contacts;url=gmvacontacts.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Emergency Response;url=contacts_emergency_response.htm;");
aI("text=Helpful Numbers & Forms;url=contacts_helpfulnumbers.htm;");
aI("text=Local Government Contacts;url=contacts_localgovernment.htm;");
aI("text=GMVA Contacts;url=gmvacontacts.htm;");
aI("text=Suggestions;url=contacts_suggestions.php;");
aI("text=Ask the Answer Man;url=contacts_answerman.php;");
aI("text=Credits;url=credits.htm;");
}

drawMenus();


