
/*	(c) Ger Versluis 2000 version 5 October 9th 2001*/		 
	var NoOffFirstLineMenus=5;		// Number of first level items 
	var LowBgColor='#000000';		// Background color when mouse is not over 
	var LowSubBgColor='#000000';		// Background color when mouse is not over on subs http://www.co.monterey/
	var HighBgColor='#000000';		// Background color when mouse is over 
	var HighSubBgColor='#000000';		// Background color when mouse is over on subs 
	var FontLowColor='#ffffff';		// Font color when mouse is not over 
	var FontSubLowColor='#ffffff';		// Font color subs when mouse is not over 
	var FontHighColor='#6699CC';		// Font color when mouse is over 
	var FontSubHighColor='#6699CC';		// Font color subs when mouse is over 
	var BorderColor='#000000';		// Border color 
	var BorderSubColor='#000000';		// Border color for subs 
	var BorderWidth=0;			// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0 
	var FontFamily="Verdana, Arial"	// Font family menu items 
	var FontSize=9;				// 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='left';		// Menu horizontal position 'left', 'center' or 'right' 
 	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom' 
 	var ChildOverlap=.1;			// horizontal overlap child/ parent 
 	var ChildVerticalOverlap=0.13;		// vertical overlap child/ parent 
 	var StartTop=98;			// 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=15;			// Left padding 
 	var TopPaddng=6;			// Top padding 
 	var FirstLineHorizontal=1;		// First level items layout horizontal 1 or 0 
 	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0 
 	var DissapearDelay=500;			// 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='';			// DIV id for relative positioning (refer to config.htm for info) 
 	var HideTop=0;				// Hide first level when loading new document 1 or 0 
 	var MenuWrap=0;				// 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 
 function BeforeStart(){return} 
 function AfterBuild(){return} 
 function BeforeFirstOpen(){return} 
 function AfterCloseAll(){return} 
 //	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    |","/publicworks/","",0,28,80); 
 Menu2=new Array("About    |","","",4,28,90);
 	Menu2_1=new Array("» Senior Staff","/publicworks/srStaff.htm","",0,28,170);
 	Menu2_2=new Array("» Job Opportunities","/publicworks/jobs.htm","",0,28,170);
 	Menu2_3=new Array("» FAQ's","/publicworks/faqs.htm","",0,28,170);
 	Menu2_4=new Array("» Contacts","/publicworks/contacts.htm","",0,28,170);
 Menu3=new Array("Divisions    |","","",4,28,100);
  	Menu3_1=new Array("» Architectural Services","/architecturalsvcs","",0,28,200);
 	Menu3_2=new Array("» Facilities","/publicworks/facilities","",0,28,170);
 	Menu3_3=new Array("» Fleet","/publicworks/fleet","",0,28,170);
 	Menu3_4=new Array("» Roads & Bridges","/publicworks/randb.htm","",0,28,170);
  Menu4=new Array("Current Projects    |","","",7,28,150);
  	Menu4_1=new Array("» East & West Wings, Salinas Courthouse","/architecturalsvcs/eastwest_sc.htm","",0,28,300);
 	Menu4_2=new Array("» Government Center Parking Structure","/architecturalsvcs/govctr_parking.htm","",0,28,300);
 	Menu4_3=new Array("» Health Department","/architecturalsvcs/health.htm","",0,28,300);
 	Menu4_4=new Array("» Juvenile Justice Complex","/architecturalsvcs/juvenilejc.htm","",0,28,300);
 	Menu4_5=new Array("» North Wing, Salinas Courthouse","/architecturalsvcs/north_sc.htm","",0,28,300);
 	Menu4_6=new Array("» Probation Youth Center, Modular","/architecturalsvcs/ProbYouthCtr_mod.htm","",0,28,300);
 	Menu4_7=new Array("» Probation Youth Center, Site Work ","/architecturalsvcs/ProbYouthCtr_sw.htm","",0,28,300);
   Menu5=new Array("Completed Projects","","",4,28,145);
  	Menu5_1=new Array("» Juvenile Hall Rehabilitation","/architecturalsvcs/juvhallrehab.html","",0,28,280);
 	Menu5_2=new Array("» Emergency Services Center","/architecturalsvcs/911oes.html","",0,28,280);
 	Menu5_3=new Array("» Monterey County Government Center","/architecturalsvcs/mocogovernmentcenter.html","",0,28,280);
 	Menu5_4=new Array("» Animal Services Center","/architecturalsvcs/animalservices.html","",0,28,280);
