function lmenu(gnam,pnam){

function imenu(fnam,bheight,bnam){
document.write("<A href=\""+fnam+".htm\"><IMG height="+bheight+" alt=\""+fnam+"\" src=\"images/menugifs/b"+bnam);
if(pnam==bnam)document.write("H");
document.write(".gif\" width=90 border=0 onmouseover=\"src=\'images/menugifs/b"+bnam+"H.gif\'\" onmouseout=\"src=\'images/menugifs/b"+bnam);
if(pnam==bnam)document.write("H");
document.write(".gif\'\"></A><BR>");
}

document.write("<FONT color=#ffffcc size=-1>");
document.write("<IMG src=\"images/ConsLogo120x106.gif\" width=120 height=106><P>");

imenu("index",24,"Home");

imenu("CasD",37,"CasD");
if(gnam=="CasD"){
imenu("DescArboretum",17,"Arboretum");
imenu("DescBulette",30,"Bulette");
imenu("DescCampActon",17,"CampActon");
imenu("DescGrassyPond",17,"GrassyPond");
imenu("DescGreatHill",17,"GreatHill");
imenu("DescGugginsBrook",30,"GugginsBrook");
imenu("DescHeathHenMeadow",30,"HeathHenMeadow");
imenu("DescJenks",17,"Jenks");
imenu("DescNagogHill",17,"NagogHill");
imenu("DescNashobaBrook",30,"NashobaBrook");
imenu("DescPacyLand",17,"PacyLand");
imenu("DescPrattsBrook",17,"PrattsBrook");
imenu("DescSpringHill",17,"SpringHill");
imenu("DescStoneymeade",17,"Stoneymeade");
imenu("DescWetherbeeLand",30,"WetherbeeLand");
imenu("DescWillsHole",30,"WillsHole");
imenu("Regulations",30,"Regulations");
}

imenu("CasM",37,"CasM");
if(gnam=="CasM"){
imenu("MapArboretum",17,"Arboretum");
imenu("MapBulette",30,"Bulette");
imenu("MapCampActon",17,"CampActon");
imenu("MapGrassyPond",17,"GrassyPond");
imenu("MapGreatHill",17,"GreatHill");
imenu("MapGugginsBrook",30,"GugginsBrook");
imenu("MapHeathHenMeadow",30,"HeathHenMeadow");
imenu("MapJenks",17,"Jenks");
imenu("MapNagogHill",17,"NagogHill");
imenu("MapNashobaBrook",30,"NashobaBrook");
imenu("MapNBSHCA",17,"NBSHCA");
imenu("MapPacyLand",17,"PacyLand");
imenu("MapPrattsBrook",17,"PrattsBrook");
imenu("MapSpringHill",17,"SpringHill");
imenu("MapStoneymeade",17,"Stoneymeade");
imenu("MapWetherbeeLand",30,"WetherbeeLand");
imenu("MapWillsHole",30,"WillsHole");
imenu("Regulations",30,"Regulations");
}

imenu("PhotoTour",24,"PhotoTour");

imenu("LSCOM",50,"Lscom");

imenu("Projects",24,"Projects");

imenu("News",24,"News");

//imenu("Calendar",24,"Calendar");

imenu("BayCircuit",37,"BayCircuit");

imenu("ARRT",37,"ARRT");

imenu("BFRT",37,"BFRT");

imenu("RelatedSites",24,"RelatedSites");

imenu("Resources",24,"Resources");

document.write("</font></td>");

}
