/***********************************************************************************
*	(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=16;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='#D8C896';			// Background color when mouse is not over on subs
	var HighBgColor='#D8C896';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='#D8C896';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='#D8C896';			// Font color subs when mouse is over
	var BorderColor='#D8C896';				// Border color
	var BorderSubColor='#D8C896';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=490;				// Menu offset x coordinate
	var StartLeft=-259;				// 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=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=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("City of Shelbyville","http://www.cityofshelbyvillein.com/","",0,20,120);

Menu2=new Array("Cold Cases","unsolved.htm","",0,20,110);

Menu3=new Array("Police News","police_news.htm","",0,20,110);

Menu4=new Array("Administration","","",2,20,110);
	Menu4_1=new Array("Chief's Message","chief_of_police.htm","",0,20,110);
	Menu4_2=new Array("Charges & Costs","costs.htm","",0);

Menu5=new Array("Fallen Officers","fallen_officers.htm","",0,20,130);

Menu6=new Array("Top Cops","","",3,20,130);
	Menu6_1=new Array("Officers of the Month","","",5,20,140);
		Menu6_1_1=new Array("2006","2006_officers_of_month.htm","",0,20,40);
		Menu6_1_2=new Array("2007","2007_officers_of_month.htm","",0);
		Menu6_1_3=new Array("2008","2008_officers_of_month.htm","",0);
		Menu6_1_4=new Array("2009","2009_officers_of_month.htm","",0);
		Menu6_1_5=new Array("2010","2010_officers_of_month.htm","",0);
	Menu6_2=new Array("Officer of the Year","officer_of_year.htm","",0,20,140);
	Menu6_3=new Array("DUI Officer of the Year","dui_officer_of_year.htm","",0,20,140);

Menu7=new Array("Divisions","","",3,20,110);
	Menu7_1=new Array("Patrol","patrol_division.htm","",0,20,90);
	Menu7_2=new Array("Investigations","investigations.htm","",0);
	Menu7_3=new Array("Narcotics","","",3,20,120);
		Menu7_3_1=new Array("Drug Task Force","http://www.shelbyvillepd.com/scdtf.htm","",0,20,120);
		Menu7_3_2=new Array("Methamphetamine","meth.htm","",0);
		Menu7_3_3=new Array("Narcotics Photos","narc_photos.htm","",0);

Menu8=new Array("Specialties","","",4,20,110);
	Menu8_1=new Array("D.A.R.E.","dare.htm","",0,20,110);
	Menu8_2=new Array("S.W.A.T. Team","fast_team.htm","",0);
	Menu8_3=new Array("Motorcycle Patrol","motorcycle.htm","",0);
	Menu8_4=new Array("Bicycle Patrol","bike_patrol.htm","",0);

Menu9=new Array("Chaplain","chaplain.htm","",0,20,130);

Menu10=new Array("Recovered Bikes","recovered.htm","",0,20,110);

Menu11=new Array("Animal Shelter","http://www.shelbycountypets.com/","",0,20,120);

Menu12=new Array("Old Photos","","",4,20,110);
	Menu12_1=new Array("Old Department Photos","dept_photos.htm","",0,20,160);
	Menu12_2=new Array("Photos of Former Chiefs","former_chiefs.htm","",0);
	Menu12_3=new Array("Old Miscellaneous Photos","old_misc_photos.htm","",0);
	Menu12_4=new Array("Retired Officers","retired_officers.htm","",0);

Menu13=new Array("Police Reports","http://www.shelbyvillepd.com/report_arrest.htm","",3,20,120);
	Menu13_1=new Array("Criminal Arrests","arrest_log.htm","",0,20,100);
	Menu13_2=new Array("Traffic Citations","citation_log.htm","",0);
	Menu13_3=new Array("Incident Log","incident_log.htm","",0);

Menu14=new Array("Statistics","","",3,20,120);
	Menu14_1=new Array("Incident Totals","","",9,20,120);
		Menu14_1_1=new Array("2009","2009_inc.pdf","",0,20,40);
		Menu14_1_2=new Array("2008","2008_inc.pdf","",0);
		Menu14_1_3=new Array("2007","2007_inc.pdf","",0);
		Menu14_1_4=new Array("2006","2006_inc.pdf","",0);
		Menu14_1_5=new Array("2005","2005_inc.pdf","",0);
		Menu14_1_6=new Array("2004","2004_inc.pdf","",0);
		Menu14_1_7=new Array("2003","2003_inc.pdf","",0);
		Menu14_1_8=new Array("2002","2002_inc.pdf","",0);
		Menu14_1_9=new Array("2001","2001_inc.pdf","",0);
	Menu14_2=new Array("Criminal Arrests","","",9,20,120);
		Menu14_2_1=new Array("2009","2009_totals.pdf","",0,20,40);
		Menu14_2_2=new Array("2008","2008_totals.pdf","",0);
		Menu14_2_3=new Array("2007","2007_totals.pdf","",0);
		Menu14_2_4=new Array("2006","2006_totals.pdf","",0);
		Menu14_2_5=new Array("2005","2005_totals.pdf","",0);
		Menu14_2_6=new Array("2004","2004_totals.pdf","",0);
		Menu14_2_7=new Array("2003","2003_totals.pdf","",0);
		Menu14_2_8=new Array("2002","2002_totals.pdf","",0);
		Menu14_2_9=new Array("2001","2001_totals.pdf","",0);
	Menu14_3=new Array("Traffic Arrests","","",9,20,120);
		Menu14_3_1=new Array("2009","2009_traffic.pdf","",0,20,40);
		Menu14_3_2=new Array("2008","2008_traffic.pdf","",0);
		Menu14_3_3=new Array("2007","2007_traffic.pdf","",0);
		Menu14_3_4=new Array("2006","2006_traffic.pdf","",0);
		Menu14_3_5=new Array("2005","2005_traffic.pdf","",0);
		Menu14_3_6=new Array("2004","2004_traffic.pdf","",0);
		Menu14_3_7=new Array("2003","2003_traffic.pdf","",0);
		Menu14_3_8=new Array("2002","2002_traffic.pdf","",0);
		Menu14_3_9=new Array("2001","2001_traffic.pdf","",0);

Menu15=new Array("Information","","",9,20,120);
	Menu15_1=new Array("Neighborhood Watch","http://www.shelbyvillepd.com/neighborhood_watch.htm","",0,20,135);
	Menu15_2=new Array("Handgun Permit App.","http://aries.in.gov/Firearms/Permit.aspx","",0);
	Menu15_3=new Array("Indiana Codes","http://www.in.gov/legislative/ic/code/","",0);
	Menu15_4=new Array("City Ordinances","http://www.amlegal.com/library/in/index.shtml","",0);
	Menu15_5=new Array("Charges & Costs","costs.htm","",0);
	Menu15_6=new Array("Hiring Requirements","hiring.htm","",0);
	Menu15_7=new Array("On-Line Application","http://www.shelbyvillepd.com/hiring_info.htm","",0);
	Menu15_8=new Array("Employees","","",4);
		Menu15_8_1=new Array("Training","http://www.shelbyvillepd.com/training/","",0,20,80);
		Menu15_8_2=new Array("Dispatchers","http://www.shelbyvillepd.com/dispatchers/","",0);
		Menu15_8_3=new Array("Officers","http://www.shelbyvillepd.com/officers/","",0);
		Menu15_8_4=new Array("Reserves","http://www.shelbyvillepd.com/reserves/","",0);
	Menu15_9=new Array("Media","http://www.shelbyvillepd.com/media/","",0);

Menu16=new Array("Miscellaneous","","",8,20,110);
	Menu16_1=new Array("Neighborhood Watch","http://www.shelbyvillepd.com/neighborhood_watch.htm","",0,20,150);
	Menu16_2=new Array("Shelby County Sheriff","http://www.co.shelby.in.us/sheriff/","",0);
	Menu16_3=new Array("Shelby Co. Prosecutor","http://www.shelbyprosecutor.com/","",0);
	Menu16_4=new Array("F.O.P. Shelby Lodge #84","http://www.shelbyfop84.com/","",0);
	Menu16_5=new Array("National Police Memorial","http://www.nleomf.com/","",0);
	Menu16_6=new Array("Indiana Police Memorial","http://home1.gte.net/vzn05sxc/memorial.htm","",0);
	Menu16_7=new Array("Shelbyville Fire Dept.","http://www.shelbyvillefire.com/","",0);
	Menu16_8=new Array("Law Enforcement Links","law_links.htm","",0);

