 /***********************************************
*	(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("Sant rech\350ch sou dosye","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/i&p.shtml","http://www.pbcgov.com/tax/images/nav_back_i&p_NEW.jpg",5,30,143,"","","#ffffff","#e5dab7","","",-1,1,-1,"center","");
	Menu1_1=new Array("Rech\350ch taks sou pwopriyete imobilye","http://www.pbcgov.com/eTax/eTax/property/re_search.aspx","",0,39,260,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu1_2=new Array("Rech\350ch kons\350nan taks pwofesyon\350l","http://www.pbcgov.com/eTax/eTax/businesstax/occ_search.aspx","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu1_3=new Array("Rech\350ch osij\350 taks sou pwopriyete tanjib","http://www.pbcgov.com/eTax/eTax/tangible/tpp_search.aspx","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu1_4=new Array("Enskripsyon pou abonnman listaj nouvo biznis yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/i&p_bizsearch.shtml","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu1_5=new Array("Vant s\350tifika taks","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/i&p_taxcert.shtml","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
Menu2=new Array("Ki nouvo e amelyore","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/pc.shtml","http://www.pbcgov.com/tax/images/nav_back_payment_NEW.jpg",7,40,121,"","","#ffffff","#e5dab7","","",-1,1,-1,"center","");
	Menu2_1=new Array("Taks sou pwopriyete imobily\350","http://www.pbcgov.com/eTax/eTax/LandingPage.aspx?sflag=RE","",0,27,250,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu2_2=new Array("Taks pwofesyon\350l lokal (Ki te rele P\350mi pwofesyon\350l)","http://www.pbcgov.com/eTax/eTax/LandingPage.aspx?sflag=BT","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_3=new Array("Taks sou byen m\350b k\362por\350l","http://www.pbcgov.com/eTax/eTax/LandingPage.aspx?sflag=TPP","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu2_4=new Array("Renouv\350lman enskripsyon veyikil amot\350","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/asp/ReDirectExternal.asp","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_5=new Array("Renouv\350lman imatrikilasyon karavan","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/asp/ReDirectExternal.asp","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_6=new Array("Renouv\350lman imatrikilasyon veso","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/asp/ReDirectExternal.asp","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu2_7=new Array("Lisans pou lachas ak lap\350ch","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/i&p_h&f.shtml","",0,27,175,"#ffffff","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
Menu3=new Array("Distribisyon","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/forms.shtml","http://www.pbcgov.com/tax/images/nav_back_help.jpg",6,20,90,"","","#ffffff","#e5dab7","","",-1,1,-1,"center","");
	Menu3_1=new Array("F\362m kons\350nan veyikil amot\350 yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_2=new Array("F\362m taks sou pwopriyete","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_3=new Array("F\362m pou taks pwofesyon\350l lokal yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_4=new Array("F\362m pou veso / Bato yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_5=new Array("F\362m pou taks sou Devlopman tourism","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_forms.shtml","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
	Menu3_6=new Array("Enskripsyon vand\350 yo","http://www.pbcgov.com/tax/forms/Vendor%20Reg%20Application-3.pdf","",0,27,185,"#ffffff","#005f8a","","#f2eddb","#005f8a","",-1,-1,-1,"","");
Menu4=new Array("","","http://www.pbcgov.com/tax/images/nav_bullet_about.jpg",0,35,15,"","","","","","",-1,1,-1,"center","");
Menu5=new Array("Sou nou","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/about.shtml","",10,27,66,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu5_1=new Array("Anne M. Gannon","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/about_anne.shtml","",0,27,150,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");	
	Menu5_2=new Array("Kontakte Anne M. Gannon","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/about_anne_contact.shtml","",0,27,150,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");	
	Menu5_3=new Array("Ekip Lid\350chip S\350ny\362","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/about_slt.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu5_4=new Array("Istorik P\350sept\350 taks","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/about_history.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_5=new Array("Angajman kominot\350","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/about_community.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_6=new Array("Kisa kliyan nou ap di","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_fact_sheet_say.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_7=new Array("F\350y enf\362matif P\350sept\350 taks la","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_fact_sheet.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_8=new Array("Deklarasyon Dwa","http://www.pbcgov.com/tax/pdf/Bill%20of%20Rigts%20-%20Open%20Govt.pdf","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu5_9=new Array("Inisyativ anfav\350 Etik","#","",4,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");		
		Menu5_9_1=new Array("Politik ak pwom\350s anfav\350 letik","http://www.pbcgov.com/tax/pdf/ethics2009.pdf","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu5_9_2=new Array("Kominike lapr\350s osij\350 letik","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_20090126.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu5_9_3=new Array("Politik Kado ent\350di","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_020107.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu5_9_4=new Array("Sesyon travay kons\350nan s\350vis on\350t","#","",2,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
				Menu5_9_4_1=new Array("Kominike lapr\350s","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_20090223.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
				Menu5_9_4_2=new Array("F\350y enf\362masyon","http://www.pbcgov.com/tax/pdf/HonestServicesWorkshop0209.pdf","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu5_10=new Array("Kary\350","http://www.pbcgov.com/tax/about_careers.shtml","",0,27,165,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");		
Menu6=new Array("","","http://www.pbcgov.com/tax/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");
Menu7=new Array("S\350vis yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services.shtml","",9,20,63,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu7_1=new Array("Veyikil amot\350","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv.shtml","",16,27,250,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");	
		Menu7_1_1=new Array("Veyikil ki imatrikile nan Eta Florid","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_transfer.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_1_2=new Array("Ki te anrejistre anvan nan yon l\362t Eta","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_oos.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_3=new Array("Nouvo viyikil yo ki poko janm imatrikile","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_origin.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_4=new Array("Veyikil an lokasyon","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_lease.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_5=new Array("Taks sou itilizasyon veyikil pwa-lou","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/hvut.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_6=new Array("Rezidans mobil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_mobile.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");		
		Menu7_1_7=new Array("S\350vis rapid pou Tit","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_expedited_title.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_8=new Array("Tit elektwonik yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_electronic.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_9=new Array("P\350mi paking pou moun ki andikape","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_disabled.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_10=new Array("Plak machin espesyal","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_specialty.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_11=new Array("Avi vant","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_Sold_Your_Car.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_12=new Array("TAVIS","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_tavis.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_13=new Array("Opsyon peman","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_14=new Array("Kesyon yo mande anpil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_15=new Array("F\362m yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_1_16=new Array("Lyen ki itil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_mv_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_2=new Array("Taks sou pwopriyete","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property.shtml","",15,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_1=new Array("Taks sou pwopriyete imobily\350","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_tax.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_2_2=new Array("Taks sou byen m\350b k\362por\350l","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_tangible.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_3=new Array("Taks ki an soufrans (an reta)","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_delinquent.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_4=new Array("S\350tifika taks yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_taxcert.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_5=new Array("Akt adjidikasyon yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_taxdeeds.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_6=new Array("Rep\362 fiskal Homestead","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_homestead.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_7=new Array("Sikl taks sou pwopriyete a","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_cycle.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_8=new Array("Pou kapab konprann Avi taks sou pwopriyete w","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_understanding.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_9=new Array("Opsyon peman","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_10=new Array("Plan peman pa tranch","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_installment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_11=new Array("Pwosedi peman ki pa k\362r\350k","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_erroneous.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_12=new Array("Chanjman adr\350s","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_address.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_13=new Array("Kesyon yo mande anpil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_14=new Array("F\362m yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_2_15=new Array("Lyen ki itil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_property_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_3=new Array("Taks pwofesyon\350l lokal","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business.shtml","",11,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
		Menu7_3_1=new Array("Resi taks pwofesyon\350l lokal","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_tax_receipts.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_3_2=new Array("Enf\362masyon vand\350 a","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_vendor_info.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_3_3=new Array("Transf\350 resi taks pwofesyon\350l yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_transfers.shtml","",0,39,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_3_4=new Array("Resi taks pwofesyon\350l ki anreta yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_delinquent_tax_receipts.shtml","",0,39,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_3_5=new Array("Pou kapab konprann pibyen Resi taks pwofesyon\350l lokal ou","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_understanding.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_6=new Array("Opsyon peman","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_7=new Array("Nouvo listaj biznis/S\350vis ab\362nman","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_request.shtml","",0,39,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_3_8=new Array("Vant pout\350t fayit oubyen ensandi","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_gob.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_9=new Array("Aplikasyon, egzanpsyon, afidavit (pwokirasyon) ak F\362m enskripsyon yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_forms.shtml","",0,38,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_10=new Array("Kesyon yo mande anpil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_3_11=new Array("Lyen ki itil pou biznis yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_business_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_4=new Array("Veso/Bato yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels.shtml","",10,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
		Menu7_4_1=new Array("Transf\350 tit FL","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_transfer.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_4_2=new Array("Ki te anrejistre anvan nan yon l\362t Eta","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_oos.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_3=new Array("S\350tifika fabrikan/Deklarasyon orijin","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_origin.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_4=new Array("Veso ki anrejistre nan nivo federal","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_fed.shtml","",0,39,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_5=new Array("Moun k ap sejoune","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_sojourners.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_6=new Array("Nimewo anrejistreman yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_reg.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_7=new Array("Opsyon peman","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_8=new Array("Kesyon yo mande anpil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_9=new Array("F\362m yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_4_10=new Array("Lyen ki itil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_vessels_links.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_5=new Array("Taks devlopman tourism","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev.shtml","",8,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_1=new Array("To denter\350 yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_interest.shtml","",0,27,160,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
		Menu7_5_2=new Array("Ranbousman yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_refunds.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_3=new Array("Lokasyon akout\350m yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_short.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_4=new Array("Egzanpsyon yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_exemptions.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_5=new Array("Opsyon peman","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_payment.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_6=new Array("Kesyon yo mande anpil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_faqs.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_7=new Array("F\362m yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
		Menu7_5_8=new Array("Lyen ki itil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_touristdev_forms.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu7_6=new Array("Lachas ak lap\350ch","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_h&f.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_7=new Array("SunPass Mini","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_sunpass.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_8=new Array("Enskripsyon pou abonnman listaj nouvo biznis yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/i&p_bizsearch.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu7_9=new Array("Vant s\350tifika taks","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/i&p_taxcert.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
Menu8=new Array("","","http://www.pbcgov.com/tax/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");	
Menu9=new Array("Adr\350s ak Or\350","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/locations.shtml","",4,35,114,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu9_1=new Array("Sant s\350vis yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/locations_branches.shtml","",0,27,150,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");	
	Menu9_2=new Array("Biwo mobil","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/locations_mobile.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu9_3=new Array("\310ske mwen bezwen ale nan yon Sant s\350vis ?","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/locations_chart.shtml","",0,37,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu9_4=new Array("F\350t nasyonal yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/locations_holidays.shtml","",0,27,160,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
Menu10=new Array("","","http://www.pbcgov.com/tax/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");
Menu11=new Array("Sal pou lapr\350s","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press.shtml","",8,35,82,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu11_1=new Array("Pale taks av\350k Anne M. Gannon","http://www.pbcgov.com/tax/taxtalk/taxtalk.html","",0,27,200,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_2=new Array("Konv\350sasyon dil\350 av\350k Anne M. Gannon","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/dealertalk/dealertalk.html","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_3=new Array("Kominike lapr\350s","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press.shtml","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_4=new Array("Istwa Deming nan TCO","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_TheTCODemingStory.shtml","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_5=new Array("Kalandriye taks ak Gid s\350vis pou 2010","http://www.pbcgov.com/tax/pdf/GuideToServices_web.pdf","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_6=new Array("Rap\362 any\350l","http://www.pbcgov.com/tax/pdf/Annual_Report_FY09_webFINAL_feb16_2010.pdf","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_7=new Array("F\350y ak done yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_fact_sheet_2.shtml","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu11_8=new Array("Achiv","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_archives.shtml","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
Menu12=new Array("","","http://www.pbcgov.com/tax/images/nav_bullet.jpg",0,35,7,"","","","","","",-1,1,-1,"center","");
Menu13=new Array("Kontakte","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/contact.shtml","",8,35,72,"","","#78572C","#005f8a","#e5dab7","",-1,1,-1,"left","");
	Menu13_1=new Array("F\362m kontak","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/asp/contact_form.asp","",0,27,100,"","#005f8a","","#f2eddb","#ceaa7a","",-1,-1,-1,"","");
	Menu13_2=new Array("Siveyans taks nan katye (Neighborhood Tax Watch)","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/services_Neighbor_tax_watch.shtml","",0,39,100,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_3=new Array("Pran yon ab\362nman pou Konv\350sasyon taks","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/asp/contact_enewsletter.asp","",0,39,100,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_4=new Array("Ab\362ne pou yon kopi","mailto:dealertalk@pbcgov.org?subject=Dealer%20Talk%20Subscribe","",0,39,100,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_5=new Array("Biwo P\362t-vwa yo","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/contact_speakers_Bureau.shtml","",0,39,100,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_6=new Array("Demann Pwopozisyon / Enf\362masyon","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/press_request_for_proposals.shtml","",0,39,100,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");	
	Menu13_7=new Array("Enf\362masyon vand\350 a","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/vendor_information.shtml","",0,39,100,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");
	Menu13_8=new Array("Patisipe nan yon Ank\350t","http://www.trans1.motionpoint.net/pbctax/encp/24/_www_pbcgov_com/tax/index_survey.shtml","",0,27,100,"","#005f8a","","#f2eddb","","",-1,-1,-1,"","");