rootprefix = "site";		// If the site starts in a particular directory add the directory name here
firstentryhome = 1;		// If the first element in the level1 navigation is a link to the home page, then set this value to 1.  Otherwise, set it to 0.
beforebreadcrumb = "&nbsp;&nbsp;&nbsp;&gt;&gt; <a class=\"breadCrumbLink\" href=\"/site/index.shtml\">Garrison Fish &amp; Game Club Home</a>";

//
// Top level Navigation
//

addlevel1("GARRISON FISH &amp; GAME HOME","/site/index.shtml");
addlevel1("MEMBERS", "/site/members/index.shtml");
addlevel1("CLUB NEWSLETTER", "/site/newsletter.shtml");
addlevel1("NEWS &amp; PRESS", "/site/newspress/index.shtml");
//addlevel1("MISSION STATEMENT", "/site/mission/index.shtml");
addlevel1("FISHING DERBY", "/site/derby.shtml");
addlevel1("PUBLIC CALENDAR", "/site/public-calendar.shtml");

//
// Second level Navigation
//

// MEMBERS
//addlevel2("CALENDAR", "/site/members/calendar/index.shtml");
//addlevel2("WORK PARTIES", "/site/members/workparties.shtml");
//addlevel2("MEETING MINUTES", "/site/members/minutes.shtml");
//addlevel2("CLUB BY-LAWS", "/site/members/by-laws.shtml");
//addlevel2("POND MANAGMENT", "/site/members/pond/index.shtml");
addlevel2("BOARD OF DIRECTORS", "/site/members/board2005.shtml");
addlevel2("MEMBER DIRECTORY", "/site/members/members.shtml");
//addlevel2("CONSERVATION", "/site/mission/conservation.shtml");

//
// Third level Navigation
//

//addlevel3("FISH CAUGHT","/site/members/pond/fishcaught.shtml");