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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ff0000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ff0000";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#ff0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Home")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative"; 
aI("text=Home;url=./index.php;");
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Services;text=TCP Services;");
aI("showmenu=GetInvolved;text=Get Involved;");
aI("showmenu=News;text=News & Events;");
aI("showmenu=Contact;text=Contact Us;");
aI("showmenu=Links;text=Related Links;");
}

with(milonic=new menuname("AboutUs")){
overflow="scroll";
style=menuStyle;
aI("text=Our Mission;url=./au_mission.php;")
aI("text=Our Facilities;url=./au_facilities.php;")
aI("text=Our History;url=./au_history.php;")
aI("text=Our Team;url=./au_team.php")
aI("text=TCP Board of Directors;url=./au_directors.php;")
aI("text=TCP Advisory Board;url=./au_advisoryboard.php;")
aI("text=Directions to TCP;url=./au_directions.php;")
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Quality Childcare;url=./s_childcare.php;");
aI("text=Parenting Resources;url=./s_parentres.php;")
aI("text=Facility Rental;url=./s_facility.php;");;
}

with(milonic=new menuname("GetInvolved")){
style=menuStyle;
aI("text=Job Opportunities;url=./gi_jobopps.php;");
aI("text=Volunteer;url=./gi_volunteer.php;");
aI("text=Donate Today;url=./gi_donate.php;");
aI("text=Become a Sponser;url=./gi_sponser.php;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News;url=./ne_news.php;");
aI("text=Latest News Letter;url=./Small_Talk_Latest.pdf;");
aI("text=Annual Spring Auction;url=./ne_auction.php;");
aI("text=Free Presentations/Classes;url=./ne_presentations.php;");
aI("text=Support Groups;url=./ne_supportgroups.php;");
aI("text=Communication Workshops;url=./ne_workshops.php;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Mail & Phone;url=./cu_mailphonetcp.php;");
aI("text=Contact Online;url=./cu_form.php;");
aI("text=Email TCP;url=./cu_emailtcp.php;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Family Resource Connection;url=http://www.state.nh.us/nhsl/frc/;");
aI("text=Pregnancy & Parenting: For Today's Mom;url=http://parenting.ivillage.com/;");
aI("text=Home Parenting;url=http://homeparents.about.com/?once=true&;");
aI("text=NH Dept of Health & Human Services;url=http://www.dhhs.nh.gov/DHHS/DHHS_SITE/default.htm;");
aI("text=iGive.com;url=http://www.igive.com;");
aI("text=Classic Cookie Dough Fundraising;url=http://www.classiccookie.com/;");
}

drawMenus();