_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots7.gif";
offbgcolor="Transparent";
offcolor="#375452";
onbgcolor="#5C3747";
oncolor="White";
padding="3";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="175";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="4";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#BABCB1";
offcolor="White";
onbgcolor="#787972";
oncolor="White";
padding="4";
separatorcolor="#787972";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=./;");
aI("showmenu=Camp InfoWhat to BringLEFT_MENU;text=Camp Info;target=;url=Camp-Info.html;");
aI("showmenu=NewsGazette Times ArticleLEFT_MENU;text=News;target=;url=News.html;");
aI("text=Sponsors;target=;url=Sponsors.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Camp InfoWhat to BringLEFT_MENU")){
style=submenuStyle;
aI("text=What to Bring;target=;url=What-to-Bring.html;");
aI("text=Gallery 07;target=;url=Gallery-07.html;");
aI("text=Schedule;target=;url=Schedule.html;");
aI("text=Staff;target=;url=Staff.html;");
aI("text=Registration;target=;url=Registration.html;");
}

with(milonic=new menuname("NewsGazette Times ArticleLEFT_MENU")){
style=submenuStyle;
aI("text=Gazette Times Article;target=;url=Gazette-Times-Article.html;");
}


 drawMenus();
