_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=8;
pagebgcolor="#915127";
pagecolor="black";
align="center";
}

with(menuStyle2=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#DBDBDB";
offbgcolor="#DBDBDB";
offcolor="#000000";
onbgcolor="#808080";
oncolor="#ffffff";
outfilter="Fade(duration=0.3);Alpha(opacity=100);";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=5;
pagebgcolor="#915127";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=210;
menuwidth=832;
aI("status=Back To Home Page;text=home;url=index.php;");
aI("showmenu=About;text=about;");
aI("showmenu=Support;text=support;");
aI("showmenu=Events;text=camp dates;");
aI("showmenu=Rental;text=rental info;");
aI("showmenu=Resources;text=resources;");
aI("showmenu=Contact;text=contact;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle2;
top=240;
aI("text=Statement of Purpose;url=about.php?statement;")
aI("text=LTBC Grounds Map;url=about.php?groundsmap;");
aI("text=History of the Camp;url=about.php?history;")
aI("text=Driving Directions;url=about.php?directions;")
}

with(milonic=new menuname("Support")){
overflow="scroll";
style=menuStyle2;
top=240;
aI("text=Make A Donation;url=support.php?donate;");
aI("text=Goodsearch;url=support.php?goodsearch;");
aI("text=Current Fundraisers;url=support.php?fundraisers;");
aI("text=Needs and Projects;url=support.php?needs;");
}

with(milonic=new menuname("Events")){
overflow="scroll";
style=menuStyle2;
top=240;
aI("text=Camp Calendar;url=events.php?campdates;");
aI("text=2012 Camp Dates;url=events.php?programdates;");
}

with(milonic=new menuname("Rental")){
overflow="scroll";
style=menuStyle2;
top=240;
aI("text=Rental Home;url=rental.php?rental;");
aI("text=Our Facilities;url=rental.php?facilities;");
aI("text=Activities;url=rental.php?activities;");
aI("text=Rental Information;url=rental.php?info;");
aI("text=Rental Agreement;url=rental.php?agreement;");
aI("text=Camp Calendar;url=events.php?campdates;");
}

with(milonic=new menuname("Resources")){
overflow="scroll";
style=menuStyle2;
top=240;
aI("text=Camper Registration;url=resources.php?registration;");
aI("text=Staff Application;url=resources.php?staffapplication;");
aI("text=The Timberline;url=resources.php?timberline;");
aI("text=Camp from the Sky;url=resources.php?campsky;");
aI("text=Videos;url=resources.php?videos;");
}

with(milonic=new menuname("Store")){
overflow="scroll";
style=menuStyle2;
top=240;
aI("text=Shop Now;url=store.php;");
aI("text=Store Policies;url=store.php?policies;");
aI("text=Store Help;url=store.php?help;");
}

with(milonic=new menuname("Contact")){
overflow="scroll";
style=menuStyle2;
top=240;
aI("text=Contact Info;url=contact.php;");
}

drawMenus();


