/*
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  ******* 
*/

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#3c4d45";
borderstyle="solid";
borderwidth=1;
fontfamily="segoe ui, Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#475b51";
offcolor="#ffbe42";
onbgcolor="#3c4d45";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
padding=5;
pagebgcolor="#475b51";
pagecolor="#ffffff";
separatorcolor="#3c4d45";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
screenposition="center";
left="offset=0";
top="offset=166";
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/navhomeoff.jpg;overimage=images/navhomeon.jpg;url=/;");
aI("image=images/navaroundoff.jpg;overimage=images/navaroundon.jpg;showmenu=Around College Park;");
aI("image=images/navcpvaoff.jpg;overimage=images/navcpvaon.jpg;showmenu=CPVA;");
aI("image=images/navnewsoff.jpg;overimage=images/navnewson.jpg;showmenu=News;");
aI("image=images/navcontactoff.jpg;overimage=images/navcontacton.jpg;showmenu=Contact;");
}

with(milonic=new menuname("Around College Park")){
style=menuStyle;
itemwidth=284;
subimageposition=100;
aI("text=Business Sponsors;url=cp_business.htm;");
aI("text=Grogan's Forest;url=cp_grogansforest.htm;");
aI("text=Windsor Hills;url=cp_windsorhills.htm;");
aI("text=Harper's Landing;url=cp_harperslanding.htm;");
aI("text=Area Map;url=cp_map.htm;");
aI("text=Schools;url=cp_schools.htm;");
aI("text=Parks and Pools;url=cp_parks.htm;");
aI("text=Web Links;url=cp_links.htm;");
}

with(milonic=new menuname("CPVA")){
style=menuStyle;
itemwidth=124;
aI("text=Organization;url=cpva_organization.htm;");
aI("text=Minutes;url=cpva_minutes.htm;");
aI("text=Agenda;url=cpva_agenda.htm;");
aI("text=Board Members;url=cpva_board.htm;");
aI("text=Meetings;url=cpva_meetings.htm;");
aI("text=CPVA Contacts;url=cpva_contacts.htm;");
}


with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=252;
aI("text=Community Calendar;url=ne_upcoming_events.htm;");
aI("text=President's Letter;url=ne_president_letter.htm;");
aI("text=Resident Newsletter;url=ne_newsletter.htm;");
aI("text=Sign up for the CP Newsletter;url=ne_newsletter_request.php;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=178;
aI("text=Helpful Numbers;url=co_helpful_numbers.htm;");
aI("text=College Park Feedback;url=co_feedback.php;");
aI("text=Service Request;url=co_service_request.htm;");
}


drawMenus();


