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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#cccc89";
oncolor="#000099";
onbold=1;
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="#999999";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";

subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
position="relative"
aI("text=Park Break 2009 home;url=http://www.georgewright.org/parkbreak2009.html;");
aI("showmenu=SITES;text=2009 Sites & Topics;");
aI("showmenu=GEOCORPS;text=Geocorps summer internship opportunities;");
aI("showmenu=PHOTOS;text=2008 Photos;");
aI("showmenu=APPLY;text=Apply;");
aI("showmenu=SPONSORS;text=Sponsors;");
aI("showmenu=CONTACT;text=Contact;");
}

with(milonic=new menuname("SITES")){
style=menuStyle;
aI("text=Delaware Water Gap National Recreation Area, Pennsylvania: Conservation Policy;url=http://www.georgewright.org/parkbreak2009_DEWA.html;");
aI("text=Great Sand Dunes National Park & Preserve, Colorado: Climate Change & Sustainability;url= http://www.georgewright.org/parkbreak2009_GRSA.html;");
aI("text=Mount Rainier National Park, Washington: Natural Hazards;url= http://www.georgewright.org/parkbreak2009_MORA.html;");
}

with(milonic=new menuname("GEOCORPS")){
style=menuStyle;
aI("text=Geocorps summer internships linked to Park Break 2009;url=http://www.georgewright.org/parkbreak2009_geocorps.html;");
}

with(milonic=new menuname("PHOTOS")){
style=menuStyle;
aI("text=Pictures from the 2008 Park Break;url= http://www.georgewright.org/parkbreak2009_08photos.html;");
}

with(milonic=new menuname("APPLY")){
style=menuStyle;
aI("text=Submit an application for Park Break 2009;url= http://www.georgewright.org/parkbreak2009_apply.html;");
}

with(milonic=new menuname("SPONSORS")){
style=menuStyle;
aI("text=The Park Break 2009 Organizing Team;url= http://www.georgewright.org/parkbreak2009_sponsors.html;");
}

with(milonic=new menuname("CONTACT")){
style=menuStyle;
aI("text=Contact the organizers;url= http://www.georgewright.org/parkbreak2009_contact.html;");
}

drawMenus();


