 /***********************************************
*	(c) Ger Versluis 2000 version 13.00 27 June 2004          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=13;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#f2eddb";			// Background color when mouse is not over
	var HighBgColor="#f2eddb";			// Background color when mouse is over
	var FontLowColor="#005f8a";			// Font color when mouse is not over
	var FontHighColor="#005f8a";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="arial";	// Font family menu items
	var FontSize=11;				// 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 can be: left, center, 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=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 DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=2;				// Left padding
	var TopPaddng=8;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";<-/script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=0)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Record Search Center","http://www.taxcollectorpbc.com/i&p.shtml","http://www.taxcollectorpbc.com/images/nav_back_i&p_NEW.jpg",5,30,143,"","","#ffffff","#e5dab7","","",-1,1,-1,"center","");
	Menu1_1=new Array("Real Estate Property Tax Search","http://taxcollectorpbc.manatron.com/Tabs/PropertyTax.aspx","",0,27,260,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu1_2=new Array("Business Tax Search","http://taxcollectorpbc.manatron.com/Tabs/BusinessTax.aspx","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu1_3=new Array("Tangible Property Tax Search","http://taxcollectorpbc.manatron.com/Tabs/PropertyTax.aspx","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu1_4=new Array("New Business Listing Subscription Service Login","http://www.taxcollectorpbc.com/i&p_bizsearch.shtml","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu1_5=new Array("Tax Certificate Sale","http://www.taxcollectorpbc.com/i&p_taxcert.shtml","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
Menu2=new Array("Payment Center","http://www.taxcollectorpbc.com/pc.shtml","http://www.taxcollectorpbc.com/images/nav_back_payment_NEW.jpg",7,40,121,"","","#ffffff","#e5dab7","","",-1,1,-1,"center","");
	Menu2_1=new Array("Real Estate Property Tax","http://taxcollectorpbc.manatron.com/Tabs/PropertyTax.aspx","",0,27,250,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu2_2=new Array("Local Business Tax (Formerly Occupational License)","http://taxcollectorpbc.manatron.com/Tabs/BusinessTax.aspx","",0,39,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_3=new Array("Tangible Personal Property Tax","http://taxcollectorpbc.manatron.com/#webstatustpp","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu2_4=new Array("Motor Vehicle Registration Renewal","http://www.taxcollectorpbc.com/asp/ReDirectExternal.asp","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_5=new Array("Mobile Home Registration Renewal","http://www.taxcollectorpbc.com/asp/ReDirectExternal.asp","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_6=new Array("Vessel Registration Renewal","http://www.taxcollectorpbc.com/asp/ReDirectExternal.asp","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_7=new Array("Hunting & Fishing Licenses","http://www.taxcollectorpbc.com/i&p_h&f.shtml","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
Menu3=new Array("Form Center","http://www.taxcollectorpbc.com/forms.shtml","http://www.taxcollectorpbc.com/images/nav_back_help.jpg",7,20,90,"","","#ffffff","#e5dab7","","",-1,1,-1,"center","");
	Menu3_1=new Array("Motor Vehicle Forms","http://www.taxcollectorpbc.com/services_mv_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_2=new Array("Property Tax Forms","http://www.taxcollectorpbc.com/services_property_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_3=new Array("Local Business Tax Forms","http://www.taxcollectorpbc.com/services_business_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_4=new Array("Vessel / Boat Forms","http://www.taxcollectorpbc.com/services_vessels_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_5=new Array("Tourist Development Tax Forms","http://www.taxcollectorpbc.com/services_touristdev_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_6=new Array("Vendor Registration Form","http://www.taxcollectorpbc.com/forms/Vendor%20Reg%20Application-3.pdf","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_7=new Array("Driver License","	http://www.taxcollectorpbc.com/services_driver_license.shtml ","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
Menu4=new Array("","","http://www.taxcollectorpbc.com/images/nav_bullet_about.jpg",0,35,15,"","","","","","",-1,1,-1,"center","");
Menu5=new Array("About Us","http://www.taxcollectorpbc.com/about.shtml","",10,27,66,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu5_1=new Array("About Anne M. Gannon","http://www.taxcollectorpbc.com/about_anne.shtml","",0,27,150,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");	
	Menu5_2=new Array("Contact Anne M. Gannon","http://www.taxcollectorpbc.com/about_anne_contact.shtml","",0,27,150,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");	
	Menu5_3=new Array("History of the Tax Collector","http://www.taxcollectorpbc.com/about_history.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_4=new Array("Community Involvement","http://www.taxcollectorpbc.com/about_community.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_5=new Array("What Our Clients are Saying","http://www.taxcollectorpbc.com/press_fact_sheet_say.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_6=new Array("Tax Collector Fact Sheet","http://www.taxcollectorpbc.com/press_fact_sheet.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_7=new Array("Bill of Rights","http://www.taxcollectorpbc.com/pdf/Bill%20of%20Rigts%20-%20Open%20Govt.pdf","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_8=new Array("Ethics Initiatives","#","",4,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");		
		Menu5_8_1=new Array("Ethics Policy & Pledge","http://www.taxcollectorpbc.com/pdf/ethics2009.pdf","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu5_8_2=new Array("Ethics Press Release","http://www.taxcollectorpbc.com/press_20090126.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu5_8_3=new Array("No Gift Policy","http://www.taxcollectorpbc.com/press_020107.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu5_8_4=new Array("Honest Services Workshop","#","",2,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
				Menu5_8_4_1=new Array("Press Release","http://www.taxcollectorpbc.com/press_20090223.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
				Menu5_8_4_2=new Array("Flier","http://www.taxcollectorpbc.com/pdf/HonestServicesWorkshop0209.pdf","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu5_9=new Array("Careers","http://www.taxcollectorpbc.com/about_careers.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");		
	Menu5_10=new Array("Mission, Vision & Values","http://www.taxcollectorpbc.com/pdf/Deming/MVVwithFlags_jan1811.pdf","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");		
Menu6=new Array("","","http://www.taxcollectorpbc.com/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");
Menu7=new Array("Services","http://www.taxcollectorpbc.com/services.shtml","",10,20,63,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu7_1=new Array("Driver License","http://www.taxcollectorpbc.com/services_driver_license.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
    Menu7_2=new Array("Motor Vehicles","http://www.taxcollectorpbc.com/services_mv.shtml","",18,27,250,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");	
		Menu7_2_1=new Array("Vehicles Titled in Florida","http://www.taxcollectorpbc.com/services_mv_transfer.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_2_2=new Array("Previously Titled Out-of-State","http://www.taxcollectorpbc.com/services_mv_oos.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_3=new Array("New Vehicles not Previously Titled","http://www.taxcollectorpbc.com/services_mv_origin.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_4=new Array("Leased Vehicles","http://www.taxcollectorpbc.com/services_mv_lease.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_5=new Array("Heavy Vehicle Use Tax","http://www.taxcollectorpbc.com/hvut.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_6=new Array("Mobile Homes","http://www.taxcollectorpbc.com/services_mv_mobile.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
		Menu7_2_7=new Array("Motor Vehicle Fleets","http://www.taxcollectorpbc.com/services_mv_fleet.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_8=new Array("Expedited Title Service","http://www.taxcollectorpbc.com/services_mv_expedited_title.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_9=new Array("Electronic Titles","http://www.taxcollectorpbc.com/services_mv_electronic.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_10=new Array("Disabled Person Parking Permits","http://www.taxcollectorpbc.com/services_mv_disabled.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_11=new Array("Specialty License Plates","http://www.taxcollectorpbc.com/services_mv_specialty.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_12=new Array("Notice of Sale","http://www.taxcollectorpbc.com/services_Sold_Your_Car.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_13=new Array("TAG Talk (TAVIS)","http://www.taxcollectorpbc.com/services_mv_tavis.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_14=new Array("Payment Options","http://www.taxcollectorpbc.com/services_mv_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_15=new Array("FAQs","http://www.taxcollectorpbc.com/services_mv_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_16=new Array("Forms","http://www.taxcollectorpbc.com/services_mv_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_17=new Array("Helpful Links","http://www.taxcollectorpbc.com/services_mv_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_18=new Array("Motor Vehicle News","http://www.taxcollectorpbc.com/services_mv_news.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_3=new Array("Property Tax","http://www.taxcollectorpbc.com/services_property.shtml","",21,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_1=new Array("Notice To Taxpayers","http://www.taxcollectorpbc.com/services_property_notice.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_3_2=new Array("Real Estate Property Tax","http://www.taxcollectorpbc.com/services_property_tax.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_3_3=new Array("Value Adjustment Board","http://www.taxcollectorpbc.com/services_property_VAB.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_4=new Array("Tangible Personal Property Tax","http://www.taxcollectorpbc.com/services_property_tangible.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_5=new Array("Notice of Sale Advertisement","http://www.taxcollectorpbc.com/services_property_noticeofsale.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_6=new Array("Delinquent Taxes","http://www.taxcollectorpbc.com/services_property_delinquent.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_7=new Array("Tax Certificates","http://www.taxcollectorpbc.com/services_property_taxcert.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_8=new Array("Tax Deeds","http://www.taxcollectorpbc.com/services_property_taxdeeds.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_9=new Array("Homestead Tax Deferral","http://www.taxcollectorpbc.com/services_property_homestead.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_10=new Array("The Property Tax Cycle","http://www.taxcollectorpbc.com/services_property_cycle.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_11=new Array("Understanding Your Property Tax Notice","http://www.taxcollectorpbc.com/services_property_understanding.shtml","",0,40,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_12=new Array("Payment Options","http://www.taxcollectorpbc.com/services_property_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_13=new Array("Installment Payment Plan","http://www.taxcollectorpbc.com/services_property_installment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_14=new Array("Erroneous Payment Procedure","http://www.taxcollectorpbc.com/services_property_erroneous.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_15=new Array("Address Change","http://www.taxcollectorpbc.com/services_property_address.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_16=new Array("Property Tax Help","http://taxcollectorpbc.com/services_property_help.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_17=new Array("FAQs","http://www.taxcollectorpbc.com/services_property_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_18=new Array("Neighborhood Tax Watch","http://www.taxcollectorpbc.com/services_Neighbor_tax_watch.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_19=new Array("Forms","http://www.taxcollectorpbc.com/services_property_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_20=new Array("Helpful Links","http://www.taxcollectorpbc.com/services_property_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_21=new Array("Wire Transfer Payment","http://www.taxcollectorpbc.com/services_property_payment.shtml#wire","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_4=new Array("Local Business Tax","http://www.taxcollectorpbc.com/services_business.shtml","",11,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
		Menu7_4_1=new Array("Local Business Tax Receipts","http://www.taxcollectorpbc.com/services_business_tax_receipts.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_4_2=new Array("Vendor Information","http://www.taxcollectorpbc.com/services_business_vendor_info.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_4_3=new Array("Transfers of Local Business Tax Receipts","http://www.taxcollectorpbc.com/services_business_transfers.shtml","",0,40,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_4_4=new Array("Delinquent Business Tax Receipts","http://www.taxcollectorpbc.com/services_business_delinquent_tax_receipts.shtml","",0,40,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_4_5=new Array("Understanding Your Local Business Tax Receipt","http://www.taxcollectorpbc.com/services_business_understanding.shtml","",0,40,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_6=new Array("Payment Options","http://www.taxcollectorpbc.com/services_business_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_7=new Array("New Business Listing/Subscription Service","http://www.taxcollectorpbc.com/services_business_request.shtml","",0,40,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_4_8=new Array("Going Out of Business/Fire Sales","http://www.taxcollectorpbc.com/services_business_gob.shtml","",0,40,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_9=new Array("Application, Exemption, Affidavit and Subscription Forms","http://www.taxcollectorpbc.com/services_business_forms.shtml","",0,40,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_10=new Array("FAQs","http://www.taxcollectorpbc.com/services_business_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_11=new Array("Helpful Links for Business","http://www.taxcollectorpbc.com/services_business_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_5=new Array("Vessels/Boats","http://www.taxcollectorpbc.com/services_vessels.shtml","",11,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
		Menu7_5_1=new Array("FL Title Transfer","http://www.taxcollectorpbc.com/services_vessels_transfer.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_5_2=new Array("Previously Titled Out-of-State","http://www.taxcollectorpbc.com/services_vessels_oos.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_3=new Array("Manufacturer's Certificate/Statement of Origin","http://www.taxcollectorpbc.com/services_vessels_origin.shtml","",0,40,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_4=new Array("Federally Documented Vessels","http://www.taxcollectorpbc.com/services_vessels_fed.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_5=new Array("Sojourners","http://www.taxcollectorpbc.com/services_vessels_sojourners.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_6=new Array("Registration Numbers","http://www.taxcollectorpbc.com/services_vessels_reg.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_7=new Array("Notice of Sale","http://www.taxcollectorpbc.com/services_Sold_Your_Boat.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_8=new Array("Payment Options","http://www.taxcollectorpbc.com/services_vessels_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_9=new Array("FAQs","http://www.taxcollectorpbc.com/services_vessels_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_10=new Array("Forms","http://www.taxcollectorpbc.com/services_vessels_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_11=new Array("Helpful Links","http://www.taxcollectorpbc.com/services_vessels_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_6=new Array("Tourist Development Tax","http://www.taxcollectorpbc.com/services_touristdev.shtml","",11,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_1=new Array("Requirements","http://www.taxcollectorpbc.com/services_touristdev_requirements.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_6_2=new Array("Interest Rates","http://www.taxcollectorpbc.com/services_touristdev_interest.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_6_3=new Array("Refunds","http://www.taxcollectorpbc.com/services_touristdev_refunds.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_4=new Array("Short-term Rentals","http://www.taxcollectorpbc.com/services_touristdev_short.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_5=new Array("Services Not Subject to Tourist Development Tax","http://www.taxcollectorpbc.com/services_touristdev_servicesnotsubject.shtml","",0,40,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_6=new Array("Exemptions","http://www.taxcollectorpbc.com/services_touristdev_exemptions.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_7=new Array("Payment Options","http://www.taxcollectorpbc.com/services_touristdev_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_8=new Array("FAQs","http://www.taxcollectorpbc.com/services_touristdev_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_9=new Array("Neighborhood Tax Watch","http://www.taxcollectorpbc.com/services_touristdev_short.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_10=new Array("Forms","http://www.taxcollectorpbc.com/services_touristdev_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_6_11=new Array("Helpful Links","http://www.taxcollectorpbc.com/services_touristdev_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu7_7=new Array("Hunting & Fishing","http://www.taxcollectorpbc.com/services_h&f.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_8=new Array("SunPass Mini","http://www.taxcollectorpbc.com/services_sunpass.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_9=new Array("New Business Listing Subscription Service Login","http://www.taxcollectorpbc.com/i&p_bizsearch.shtml","",0,40,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_10=new Array("Tax Certificate Sale","http://www.taxcollectorpbc.com/i&p_taxcert.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
Menu8=new Array("","","http://www.taxcollectorpbc.com/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");	
Menu9=new Array("Locations & Hours","http://www.taxcollectorpbc.com/locations_branches.shtml","",3,35,114,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu9_1=new Array("Appointments & Wait Times","http://www.taxcollectorpbc.com/tax_info/asps/acfwaittime.aspx","",0,37,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu9_2=new Array("Do I need to go to a Service Center?","http://www.taxcollectorpbc.com/locations_chart.shtml","",0,37,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu9_3=new Array("Government Holidays","http://www.taxcollectorpbc.com/locations_holidays.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
Menu10=new Array("","","http://www.taxcollectorpbc.com/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");
Menu11=new Array("Press Room","http://www.taxcollectorpbc.com/press.shtml","",8,35,82,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu11_1=new Array("Charter Review","http://www.taxcollectorpbc.com/charter_review.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_2=new Array("Tax Talk with Anne M. Gannon","http://www.taxcollectorpbc.com/taxtalk/taxtalk.html","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_3=new Array("Press Releases","http://www.taxcollectorpbc.com/press.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_4=new Array("TCO Deming Story","http://www.taxcollectorpbc.com/press_TheTCODemingStory.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_5=new Array("2012 Tax Planner & Guide To Services","http://www.taxcollectorpbc.com/pdf/GuideToServices_web.pdf","",0,40,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_6=new Array("Annual Report","http://www.taxcollectorpbc.com/e-annualreport2010.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_7=new Array("Fact Sheet","http://www.taxcollectorpbc.com/press_fact_sheet_2.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_8=new Array("Archives","http://www.taxcollectorpbc.com/press_archives.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
Menu12=new Array("","","http://www.taxcollectorpbc.com/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");
Menu13=new Array("Contact Us","http://www.taxcollectorpbc.com/contact.shtml","",8,35,72,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu13_1=new Array("Contact Form","http://www.taxcollectorpbc.com/tax_info/asps/ContactForm.aspx","",0,27,150,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu13_2=new Array("Neighborhood Tax Watch","http://www.taxcollectorpbc.com/services_Neighbor_tax_watch.shtml","",0,27,150,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_3=new Array("Sign Up For Tax Talk","http://www.taxcollectorpbc.com/asp/contact_enewsletter.asp","",0,27,150,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_4=new Array("Charter Review","http://www.taxcollectorpbc.com/charter_review.shtml","",0,27,150,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_5=new Array("Speakers Bureau","http://www.taxcollectorpbc.com/contact_speakers_Bureau.shtml","",0,27,150,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_6=new Array("Request for Proposal / Information","http://www.taxcollectorpbc.com/press_request_for_proposals.shtml","",0,39,150,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_7=new Array("Vendor Information","http://www.taxcollectorpbc.com/vendor_information.shtml","",0,27,150,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu13_8=new Array("Take a Survey","http://www.taxcollectorpbc.com/index_survey.shtml","",0,27,150,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
