/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='#BFBDB4';			// Background color when mouse is over
	var HighSubBgColor='#BFBDB4';			// Background color when mouse is over on subs
	var FontLowColor='#BFBDB4';			// Font color when mouse is not over
	var FontSubLowColor='#BFBDB4';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,times new roman"	// Font family menu items
	var FontSize=9;				// 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='';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// 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=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='topnav';				// 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=0;				// 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("Administration   -","","",6,20,120);
	Menu1_1=new Array("Mission Statement","/mission_N.asp","",0,20,150);
	Menu1_2=new Array("Meet our Staff","/staff_N.asp","",0,20,200);
	Menu1_3=new Array("Employment","/employment_N.asp","",0,20,200);
	Menu1_4=new Array("Media Releases","/media_N.asp","",0,20,132);
	Menu1_5=new Array("Compliments","/compliments_N.asp","",0,20,132);
	Menu1_6=new Array("Complaints","/complaints_N.asp","",0,20,132);
	
Menu2=new Array("Emergency Management   -","/emergency_management_N.asp","",2,20,190);
	Menu2_1=new Array("Emergency Preparedness","/preparedness_N.asp","",0,20,190);
	Menu2_2=new Array("Search and Rescue","/search_and_rescue_N.asp","",0,20,190);

Menu3=new Array("Divisions   -","","",4,20,90);
	Menu3_1=new Array("Criminal","","",2,20,132);
		Menu3_1_1=new Array("Patrol Division","/patrol_N.asp","",2,20,155);
			Menu3_1_1_1=new Array("Reserve Program","/reserve.asp","",0,20,155);
			Menu3_1_1_2=new Array("Crime Statistics","/crime_stats.asp","",0,20,155);
		Menu3_1_2=new Array("Marine Unit","/marine_N.asp","",0,20,155);
	Menu3_2=new Array("Corrections","","",1,20,132);
		Menu3_2_1=new Array("Corrections Division","/jail_N.asp","",13,20,155);
			Menu3_2_1_1=new Array("Inmate Search","/inmate_search_form.htm","",0,20,150);
			Menu3_2_1_2=new Array("Visiting","/jail_visiting_N.htm","",0,20,150);
			Menu3_2_1_3=new Array("Mail","/jail_mail_N.htm","",0,20,155);
			Menu3_2_1_4=new Array("Phone Calls","/jail_phone_calls_N.htm","",0,20,155);
			Menu3_2_1_5=new Array("Bail","/jail_bail_N.htm","",0,20,155);
			Menu3_2_1_6=new Array("Messages","/jail_messages_N.htm","",0,20,155);
			Menu3_2_1_7=new Array("Inmate Property","/jail_inmate_property_N.htm","",0,20,155);
			Menu3_2_1_8=new Array("Inmate Work Crew","/jail_inmate_work_crew_N.htm","",0,20,155);
			Menu3_2_1_9=new Array("Inmate Workers","/jail_inmate_workers_N.htm","",0,20,155);
			Menu3_2_1_10=new Array("Tours","/jail_tours_N.htm","",0,20,155);
			Menu3_2_1_11=new Array("Transports","/jail_transports_N.htm","",0,20,155);
			Menu3_2_1_12=new Array("Home Monitoring","/jail_home_monitoring_N.htm","",0,20,155);
			Menu3_2_1_13=new Array("R-SAT Program","/jail_rsat_N.htm","",0,20,155);
	Menu3_3=new Array("Investigations","","",6,20,160);
		Menu3_3_1=new Array("Investigations Division","/investigations.asp","",0,20,155);
		Menu3_3_2=new Array("Missing Persons","/missing_N.htm","",0,20,160);
		Menu3_3_3=new Array("Missing Persons Map","/documents/122208_missing_persons_map.pdf","",0,20,160);
		Menu3_3_4=new Array("Medical Examiner","/medical_examiner_N.htm","",0,20,160);
		Menu3_3_5=new Array("Cold Case Squad","/cold_case_squad_N.htm","",0,20,160);
		Menu3_3_6=new Array("Wanted Persons","/wanted_persons_N.htm","",0,20,155);
	Menu3_4=new Array("Narcotics","","",1,20,160);
		Menu3_4_1=new Array("DINT Website","http://www.co.douglas.or.us/dint/","",0,20,155);
		
Menu4=new Array("Community Services  -","","",7,20,155);
	Menu4_1=new Array("Neighborhood Watch","/neighborhood_watch_N.asp","",1,20,155);
		Menu4_1_1=new Array("Crime Statistics","/crime_stats.asp","",0,20,155);
	Menu4_2=new Array("Community Newsletter","/community_newsletter_N.htm","",0,20,150);
	Menu4_3=new Array("Report a Crime","/online_reports_N.htm","",0,20,150);
	Menu4_4=new Array("Speakers Bureau","/speakers_bureau_N.htm","",0,20,150);
	Menu4_5=new Array("Ride-Along Information","/ride_along_N.asp","",0,20,150);
	Menu4_6=new Array("Citizen's Academy","/citizen_academy_N.asp","",0,20,150);
	Menu4_7=new Array("Amber Alert","/amber_alert_N.htm","",0,20,150);
	
	
Menu5=new Array("Support Services  -","","",2,20,135);
	Menu5_1=new Array("Animal Control","/animal_control_N.htm","",0,20,150);
	Menu5_2=new Array("Concealed Handguns","/concealed_handguns.asp","",0,20,150);
	
Menu6=new Array("Odds 'n Ends","","",6,20,100);
	Menu6_1=new Array("F.A.Q. & Answers","/faq_N.asp","",0,20,175);
	Menu6_2=new Array("Links of Interest","/links_N.htm","",0,20,175);
	Menu6_3=new Array("Past Sheriffs","/past_sheriffs_N.asp","",0,20,175);
	Menu6_4=new Array("Sign Our Guestbook","/guestbook_N.asp","",0,20,175);
	Menu6_5=new Array("View Our Guestbook","/guestbook_entries_N.asp","",0,20,175);
	Menu6_6=new Array("Contact Us","/contact_numbers_N.htm","",0,20,175);
	

	
