_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_followSpeed=1000               // Follow scrolling speed
_followRate=1000                // Follow scrolling Rate


with(mainStyle=new mm_style()){
onbgcolor="#006600";
oncolor="#ffffff";
offbgcolor="#59AD27";
offcolor="#000000";
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006600";
separatorpadding=10;
separatoralign="right";
padding=2;
fontsize="80%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#006600";
headercolor="#000000";
headerbgcolor="#ffffff";
image="/images/menu_xpblank.gif";
subimage="/images/menu_mainpadding2.gif";
subimagepadding="4"; 
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#006600";
oncolor="#ffffff";
offbgcolor="#59AD27";
offcolor="#000000";
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006600";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#006600";
headercolor="#000000";
headerbgcolor="#ffffff";
image="/images/menu_xpblank.gif";
subimage="/images/arrow_rt_triangle.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Dummy")){
style=menuStyle;
aI("text=dummy1;url=http://dummy.net/;");
aI("text=dummy2;url=http://dummy.net/index.htm;");
}


with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=10;
left=100;
alwaysvisible=1;
followscroll=1;
orientation="horizontal";
aI("text=Home;url=/index.html;showmenu=Home;");
aI("text=The Camp;url=/camp/index.htm;showmenu=Camp;");
aI("text=Conference Center;url=/conference/index.htm;showmenu=Conference;");
aI("text=Volunteer;url=/volunteer/index.htm;showmenu=Volunteer;");
aI("text=Donate;url=/donate/index.htm;showmenu=Donate;");
aI("text=About;url=/about/index.htm;showmenu=About;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=Front Homepage;url=/index.html;");
}

with(milonic=new menuname("Camp")){
style=menuStyle;
aI("text=Camp Homepage;fontweight=bold;separatorsize=1;url=/camp/index.htm;");
aI("text=Camp Overview;url=/camp/overview.htm;");
aI("text=Just For You;showmenu=ForYou;");
aI("text=Program Descriptions;showmenu=Programs;");
aI("text=Program Catalog;url=/camp/catalog.htm;");
aI("text=Program Schedule;url=/camp/schedule.htm;");
aI("text=Register;url=/camp/register.htm;");
}

with(milonic=new menuname("ForYou")){
style=menuStyle;
aI("text=Kids and Youth;url=/camp/for_youth.htm;");
aI("text=Their Parents;url=/camp/for_parents.htm;");
aI("text=Families;url=/camp/programs/family.htm;separatorsize=1;");
aI("text=Camp Staff;url=/staff/index.htm;showmenu=Staff;");
//aI("text=Camp Champs;url=/champs/index.htm;");
}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=Basic Youth Programs;url=/camp/programs/basic.htm;");
aI("text=Trip &amp; Travel;url=/camp/programs/adventure.htm;");
aI("text=Specialty Camps;url=/camp/programs/special.htm;");
aI("text=Counselor In Training;url=/camp/programs/cit.htm;");
aI("text=Family Programs;url=/camp/programs/family.htm;");
}

with(milonic=new menuname("Staff")){
style=menuStyle;
aI("text=Camp Staff Overview;fontweight=bold;separatorsize=1;url=/staff/index.htm;");
aI("text=How to Apply;url=/staff/apply.htm;");
aI("text=Positions Available;url=/staff/positions.htm;");
aI("text=What Does It Take?;url=/staff/what_it_takes.htm;");
aI("text=FAQs;url=/staff/faqs.htm;");
}

with(milonic=new menuname("Conference")){
style=menuStyle;
aI("text=Conference Center Homepage;fontweight=bold;separatorsize=1;url=/conference/index.htm;");
aI("text=Facilities;url=/conference/facilities.htm;");
aI("text=Rates;url=/conference/rates.htm;");
aI("text=Lodging;url=/conference/lodging.html;");
aI("text=Meeting Facilities;url=/conference/meeting.html;");
aI("text=Food Service;url=/conference/food.html;");
aI("text=Program Facilities;url=/conference/program.html;");
aI("text=Reservations;url=/conference/register.htm;");
}

with(milonic=new menuname("Volunteer")){
style=menuStyle;
aI("text=Volunteer Overview;fontweight=bold;separatorsize=1;url=/volunteer/index.htm;");
aI("text=Work Day;url=/volunteer/workday.htm;");
//aI("text=Camp Champs;url=/champs/index.htm;");
}

with(milonic=new menuname("Donate")){
style=menuStyle;
aI("text=Donate Overview;fontweight=bold;separatorsize=1;url=/donate/index.htm;");
aI("text=Wish List;url=/donate/wish_list.htm;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About Overview;fontweight=bold;separatorsize=1;url=/about/index.htm");
aI("text=Directions to the Site;url=/about/directions.htm;");
aI("text=Contact Us;url=/contact_us/index.htm;");
aI("text=Board of Directors;url=/about/board.htm;separatorsize=1;");
aI("text=Search This Site;url=/search/index.htm;status=Search this site for specific text;");
aI("text=Send Us Feedback;url=/about/feedback.htm;");
aI("text=Resources;url=/resources/index.htm;");
}

drawMenus();


