_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=0;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleVert=new mm_style()){
onbgcolor="#FF0000";
oncolor="#000000";
offbgcolor="#E7E7E7";
offcolor="#0000FF";
bordercolor="#0000FF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#325235";
separatorsize=2;
padding=4;
fontsize=9;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="submenu_arrow_right-off.gif";
onsubimage="submenu_arrow_right-on.gif";
high3dcolor="#FFFFFF";
low3dcolor="#367E45";
swap3d=1;
}

// Main

with(milonic=new menuname("mainMenuVert")){
style=mainStyleVert;
top=0;
left=0;
itemwidth=134;
alwaysvisible=1;
// aI("text=Lambec Store;target=mainFrame;url=campstore.htm;");
// aI("text=2009 Camping Brochure;target=new;url=http://home.earthlink.net/~lambec/capnwp2000brochure.pdf;");
//aI("text=Fall Canoe Cruise;target=new;url=http://home.earthlink.net/~lambec/FallCanoeCruiseflier10-09.pdf;");
aI("text=Winter Camp '09;target=new;url=http://home.earthlink.net/~lambec/WinterCamp09FlierCOLOR.pdf;");
//aI("text=Youth Leader Workshop;target=new;url=http://home.earthlink.net/~lambec/YouthLeaderWS.pdf;");
aI("text=Fall 09 Newsletter;target=new;url=http://home.earthlink.net/~lambec/CAPNWPNewsFall09.pdf;");
aI("text=CampingNWP Means;target=new;url=http://www.youtube.com/watch?v=UIkwCo39IKA&feature=channel_page;");
aI("text=Summer '10 Calendars;showmenu=Calendars;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
// aI("text=Registration;target=new;url=https://poweredby.infosnap.com/fp/login.aspx?host=Lambec;");
//aI("text=Summer Jobs and Internships;showmenu=Employment;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
//aI("text=Volunteer Information;showmenu=VolunteerI;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=CAPNWP Wish List;target=new;url=WishList10-09.pdf;");
// aI("text=Special Programs;showmenu=Special;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
//aI("text=Registration;showmenu=Registration;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
//aI("text=Event Calendar;target=new;url=http://my.calendars.net/capnwp/;");
//aI("text=Shaklee Products;target=mainFrame;url=shaklee.htm;");
//aI("text=Fall Programs;showmenu=Special;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
//aI("text=Fall 2006 Newsletter;target=new;url=NewsletterFall06.pdf;");
//aI("text=Construction Updates;target=mainFrame;url=ConstructionUpdates.htm;");
aI("text=Cabin Rentals;showmenu=Rental;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
//aI("text=Camper Photos;target=new;url=ecamp.html;");
//aI("text=Camp Leadership;showmenu=Leadership;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Vol. web-sites;showmenu=Volunteer;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Directions;showmenu=Directions;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Home;target=mainFrame;url=main-frame.htm;status=Back To Home Page;");
aI("text=Contact Us;target=mainFrame;url=contact.htm;");

}

drawMenus();

