	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#999966';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#999966';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#999966';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, sans-serif;"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='Left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.745;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.9;			// vertical overlap child/ parent
	var StartTop=64;				// Menu offset x coordinate
	var StartLeft=7;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:../images/leftnav2off.gif:../images/leftnav2on.gif","../town/over.html","",13,23,198);
	Menu1_1=new Array("Overview","../town/over.html","",0,20,147);
        Menu1_2=new Array("Town Meetings & Elections","../town/election.html","",0);
	Menu1_3=new Array("Board of Assessors","../town/assessor.html","",0);
	Menu1_4=new Array("Board of Selectmen","../town/select.html","",0);
	Menu1_5=new Array("Finance Committee","../town/fincom.html","",0);
	Menu1_6=new Array("Moderator","../town/mod.html","",0);
	Menu1_7=new Array("Registrars of Voters","../town/voter.html","",0);
	Menu1_8=new Array("Tax Collector","../town/tax.html","",0);
	Menu1_9=new Array("Town Accountant","../town/acct.html","",0);
	Menu1_10=new Array("Town Clerk","../town/clerk.html",0);
	Menu1_11=new Array("Treasurer","../town/tr.html","",0);
	Menu1_12=new Array("Wage & Personnel Board","../town/wage.html","",0);
	Menu1_13=new Array("Anti-Casino Task Force","../town/actf.html","",0);
	
Menu2=new Array("rollover:../images/leftnav3off.gif:../images/leftnav3on.gif","../safety/over.html","",6,23,198);
	Menu2_1=new Array("Overview","../safety/over.html","",0,20,147);
	Menu2_2=new Array("Animal Inspector","../safety/ac.html","",0);
	Menu2_3=new Array("Dog Officer","../safety/dog.html","",0);
	Menu2_4=new Array("Emergency Management Dir.","../safety/emd.html","",0);
	Menu2_5=new Array("Fire Department","../safety/fire.html","",0);
	Menu2_6=new Array("Police Department","../safety/pd.html","",0);

Menu3=new Array("rollover:../images/leftnav4off.gif:../images/leftnav4on.gif","../works/over.html","",7,23,198);
	Menu3_1=new Array("Overview","../works/over.html","",0,20,147);
	Menu3_2=new Array("Cemetery Commission","../works/cem.html","",0);
	Menu3_3=new Array("Gypsy Moth & Insect Control","../works/moth.html","",0);
	Menu3_4=new Array("Highway Department","../works/hi.html","",0);
        Menu3_5=new Array("Town House Bldg. Comm.","../works/thbuilding.html","",0);
	Menu3_6=new Array("Transfer Station","../works/transfer.html","",0);
	Menu3_7=new Array("Tree Warden","../works/tree.html","",0);

Menu4=new Array("rollover:../images/leftnav5off.gif:../images/leftnav5on.gif","../building/over.html","",6,23,198);
	Menu4_1=new Array("Overview","../building/over.html","",0,20,147);
	Menu4_2=new Array("Board of Health","../building/boh.html","",0);
	Menu4_3=new Array("Building Inspector","../building/bi.html","",0);
	Menu4_4=new Array("Gas & Plumbing Inspector","../building/gp.html","",0);
	Menu4_5=new Array("Wiring Inspector","../building/wi.html","",0);
	Menu4_6=new Array("Zoning Enforcement Officer","../building/zone.html","",0);
	
Menu5=new Array("rollover:../images/leftnav6off.gif:../images/leftnav6on.gif","../land/over.html","",7,23,198);
	Menu5_1=new Array("Overview","../land/over.html","",0,20,147);
	Menu5_2=new Array("Agricultural Commission","../land/ag.html","",0);
	Menu5_3=new Array("Conservation Commission","../land/cc.html","",0);
	Menu5_4=new Array("Open Space Committee","../land/open.html","",0);
	Menu5_5=new Array("Planning Board","../land/plan.html","",0);
	Menu5_6=new Array("Zoning Board of Appeals","../land/zba.html","",0);
	Menu5_7=new Array("Zoning Enforcement Officer","../building/zone.html","",0);
	
Menu6=new Array("rollover:../images/leftnav7off.gif:../images/leftnav7on.gif","../human/over.html","",4,23,198);
	Menu6_1=new Array("Overview","../human/over.html","",0,20,147);
	Menu6_2=new Array("Council on Aging","../human/ca.html","",0);
	Menu6_3=new Array("Recreation Commission","../human/rec.html","",0);
	Menu6_4=new Array("Veterans' Services","../human/vet.html","",0);
	
Menu7=new Array("rollover:../images/leftnav8off.gif:../images/leftnav8on.gif","../ed/over.html","",8,23,198);
	Menu7_1=new Array("Overview","../ed/over.html","",0,20,147);
	Menu7_2=new Array("Dennett Elementary School","../ed/des.html","",0);
	Menu7_3=new Array("Plympton Public Library","../ed/lib.html","",0);
	Menu7_4=new Array("Plympton School Committee ","../ed/dsc.html","",0);
	Menu7_5=new Array("Silver Lake Regional Schools","../ed/slrs.html","",0);
	Menu7_6=new Array("Silver Lake Reg Sch. Comm.","../ed/slsc.html","",0);
	Menu7_7=new Array("School Building Committee","../ed/sbc.html","",0);
        Menu7_8=new Array("Web Site Committee","../ed/web.html","",0);

Menu8=new Array("rollover:../images/leftnav9off.gif:../images/leftnav9on.gif","../cultural/over.html","",7,23,198);
	Menu8_1=new Array("Overview","../cultural/over.html","",0,20,147);
	Menu8_2=new Array("Community Preservation Committee","../cultural/cpc.html","",0);
	Menu8_3=new Array("Cultural Council","../cultural/cc.html","",0);
	Menu8_4=new Array("Historical Commission","../cultural/hc.html","",0);
	Menu8_5=new Array("Historic District Commission","../cultural/hdc.html","",0);
	Menu8_6=new Array("Library Trustees","../cultural/trust.html","",0);
	Menu8_7=new Array("Parks","../cultural/park.html","",0);
	Menu8_8=new Array("Old Home Day Committee","../cultural/ohd.html","",0);	
	
Menu9=new Array("rollover:../images/leftnav1off.gif:../images/leftnav1on.gif","../com/over.html","",8,25,198);
	Menu9_1=new Array("Overview","../com/over.html","",0,20,147);
        Menu9_2=new Array("Images & Maps","../com/images.html","",0);
	Menu9_3=new Array("Businesses","../com/business.html","",0);
	Menu9_4=new Array("Churches","../com/church.html","",0);
	Menu9_5=new Array("News","../com/news.html","",0);
	Menu9_6=new Array("Organizations","../com/orgs.html","",0);
	Menu9_7=new Array("Senior Housing","../com/senior.html","",0);
	Menu9_8=new Array("Sports", "../com/sports.html","",0);
