	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='blue';			// Background color when mouse is not over
	var LowSubBgColor='blue';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=145;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;			// 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=1;				// 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("Home","http://www.snofire5.org","",0,25,125);

Menu2=new Array("About Us","","",2);
	Menu2_1=new Array("Apparatus","http://www.snofire5.org/apparatus/apparatus.htm","",9,25,150);	
		Menu2_1_1=new Array("Chief 51","http://www.snofire5.org/apparatus/ch51.htm","",0,25,150);
		Menu2_1_2=new Array("Batallion 51","http://www.snofire5.org/apparatus/b51.htm","",0,25,150);
		Menu2_1_3=new Array("Aid 51","http://www.snofire5.org/apparatus/a51.htm","",0,25,150);
		Menu2_1_4=new Array("Aid 51A","http://www.snofire5.org/apparatus/a51a.htm","",0,25,150);
		Menu2_1_5=new Array("Engine 51","http://www.snofire5.org/apparatus/e51.htm","",0,25,150);
		Menu2_1_6=new Array("Engine 51A","http://www.snofire5.org/apparatus/e51a.htm","",0,25,150);
		Menu2_1_7=new Array("Tender 51","http://www.snofire5.org/apparatus/t51.htm","",0,25,150);
		Menu2_1_8=new Array("Brush 51","http://www.snofire5.org/apparatus/br51.htm","",0,25,150);
		Menu2_1_9=new Array("Utility 51","http://www.snofire5.org/apparatus/u51.htm","",0,25,150);
	Menu2_2=new Array("History","http://www.snofire5.org/history/history.htm","",0,25,150);
	

Menu3=new Array("Current Events","","",2);
	Menu3_1=new Array("What's New","http://www.snofire5.org/whats_new.htm","",0,25,150);
	Menu3_2=new Array("Area Updates","http://www.snofire5.org/updates.php","",0,25,150);
			

Menu4=new Array("Public Info","","",5);
	Menu4_1=new Array("CPR","http://www.snofire5.org/cpr.htm","",0,25,150);
	Menu4_2=new Array("Tours/Education","http://www.snofire5.org/tours.htm","",0,25,150);
	Menu4_3=new Array("Safety","http://www.snofire5.org/safety.htm","",0,25,150);
	Menu4_4=new Array("Employment","http://www.snofire5.org/employment.htm","",0,25,150);
	Menu4_5=new Array("Outdoor Burning","http://www1.co.snohomish.wa.us/Departments/PDS/Divisions/Fire_Marshal/Burninfo.htm","",0,25,150);
	
Menu5=new Array("Links","","",8);
	Menu5_1=new Array("SCFD 3","http://www.monroefire.org","",0,25,150);
	Menu5_2=new Array("SCFD 4","http://www.snohomishfire.org","",0,25,150);
	Menu5_3=new Array("SCFD 7","http://www.firedistrict7.com","",0,25,150);
	Menu5_4=new Array("SCFD 26","http://www.snofire26.org","",0,25,150);
	Menu5_5=new Array("WA State D.O.H.","http://www.doh.wa.gov","",0,25,150);
	Menu5_6=new Array("City of Sultan","http://www.ci.sultan.wa.us","",0,25,150);
	Menu5_7=new Array("Snohomish Co.","http://www1.co.snohomish.wa.us","",0,25,150);
	Menu5_8=new Array("Snohomish DEM","http://www1.co.snohomish.wa.us/Departments/Emergency_Management/","",0,25,150);

	
Menu6=new Array("Members","","",4);
	Menu6_1=new Array("Email","https://www.google.com/a/snofire5.org/ServiceLogin?service=mail&passive=true&rm=false&continue=https%3A%2F%2Fmail.google.com%2Fa%2Fsnofire5.org%2F&bsv=zpwhtygjntrz&ss=1&ltmpl=default&ltmplcache=2","",0,25,150);
	Menu6_2=new Array("Voicemail","http://www.snofire5.org/phone","",0,25,150);
	Menu6_3=new Array("Member Links","http://www.snofire5.org/history/member_links.htm","",0,25,150);
	Menu6_4=new Array("Training Links","http://www.snofire5.org/history/training_links.htm","",0,25,150);