/***********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#2C5A88';			// Background color when mouse is over
	var HighSubBgColor='#2C5A88';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#2C5A88';			// Border color
	var BorderSubColor='#2C5A88';			// 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=8;				// 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','bottom' or static
	var ChildOverlap=.10;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.10;			// vertical overlap child/ parent
	var StartTop=165;				// Menu offset x coordinate
	var StartLeft=18;				// 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=6;				// 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("The Board","","",2,25,130);
	Menu1_1=new Array("About the Board","ucpb_about.html","",0,25,130);
	Menu1_2=new Array("Meetings and Minutes","pbmin.html","",0,25);
Menu2=new Array("This Month in Planning","pannounce.html","",0);
Menu3=new Array("Publications","pdoc.html","",0,25);
Menu4=new Array("Demographics & Mapping","","",5,40);
	Menu4_1=new Array("Ulster County Databook","databook.html","",0,25,200);
	Menu4_2=new Array("Municipal Profiles","dp.html","",0,25,150);
	Menu4_3=new Array("Ulster County Parcel Viewer","http://gis.co.ulster.ny.us/pviewer","",0,25);
	Menu4_4=new Array("Additional Demographic Resources","links.html#dem","",0,25);
	Menu4_5=new Array("Additional Mapping Resources","links.html#gis","",0,25);
Menu5=new Array("Agriculture","","",1,25);
	Menu5_1=new Array("Annual Agricultural District Inclusions","ann_inc.html","",0,25,220);
Menu6=new Array("Economic Development","","",4,40);
	Menu6_1=new Array("Economic Development Home","econ.html","",0,25,180);
	Menu6_2=new Array("Main Streets","mainstreet.html","",0);
	Menu6_3=new Array("Ulster Tomorrow","ulstertomorrow.html","",0);
	Menu6_4=new Array("Additional Economic Resources","links.html#econ","",0,25);
Menu7=new Array("Environment","","",3,25);
	Menu7_1=new Array("Open Space Planning","open.html","",0,25,205);
	Menu7_2=new Array("Stormwater","http://www.co.ulster.ny.us/stormwater.html","",0);
	Menu7_3=new Array("Additional Environmental Resources","links.html#envi","",0);
Menu8=new Array("Housing","","",5);
	Menu8_1=new Array("Housing Home","house.html","",0,25,242);
	Menu8_2=new Array("Housing Strategies Plan","housestrat.html","",0);
	Menu8_3=new Array("Rental Housing Survey","rent.html","",0);
	Menu8_4=new Array("Three-County Housing Needs Assessment","trihouse.html","",0);
	Menu8_5=new Array("Additional Housing Resources","links.html#house","",0);
Menu9=new Array("Land Use Referrals","","",2);
		Menu9_1=new Array("Land Use Referral Guide","ref.html","",0,25,150);
		Menu9_2=new Array("Referral FAQ","reffaq.html","",0,25);
Menu10=new Array("Planning Resources","","",5);
	Menu10_1=new Array("Local Land Use Laws","local_law_directory.html","",4,25,170);
		Menu10_1_1=new Array("County","local_law_directory.html#county","",0,25,130);
		Menu10_1_2=new Array("City of Kingston","local_law_directory.html#ckingston","",0);
		Menu10_1_3=new Array("Towns","","",20);
			Menu10_1_3_1=new Array("Denning","local_law_directory.html#denning","",0,25,100);
			Menu10_1_3_2=new Array("Esopus","local_law_directory.html#esopus","",0);
			Menu10_1_3_3=new Array("Gardiner","local_law_directory.html#gardiner","",0);
			Menu10_1_3_4=new Array("Hardenburgh","local_law_directory.html#hardenburgh","",0);
			Menu10_1_3_5=new Array("Hurley","local_law_directory.html#hurley","",0);
			Menu10_1_3_6=new Array("Kingston","local_law_directory.html#tkingston","",0);
			Menu10_1_3_7=new Array("Lloyd","local_law_directory.html#lloyd","",0);
			Menu10_1_3_8=new Array("Marbletown","local_law_directory.html#marbletown","",0);
			Menu10_1_3_9=new Array("Marlborough","local_law_directory.html#marlborough","",0);
			Menu10_1_3_10=new Array("New Paltz","local_law_directory.html#tnewpaltz","",0);
			Menu10_1_3_11=new Array("Olive","local_law_directory.html#olive","",0);
			Menu10_1_3_12=new Array("Plattekill","local_law_directory.html#plattekill","",0);
			Menu10_1_3_13=new Array("Rochester","local_law_directory.html#rochester","",0);
			Menu10_1_3_14=new Array("Rosendale","local_law_directory.html#rosendale","",0);
			Menu10_1_3_15=new Array("Saugerties","local_law_directory.html#tsaugerties","",0);
			Menu10_1_3_16=new Array("Shandaken","local_law_directory.html#shandaken","",0);
			Menu10_1_3_17=new Array("Shawangunk","local_law_directory.html#shawangunk","",0);
			Menu10_1_3_18=new Array("Ulster","local_law_directory.html#ulster","",0);
			Menu10_1_3_19=new Array("Wawarsing","local_law_directory.html#wawarsing","",0);
			Menu10_1_3_20=new Array("Woodstock","local_law_directory.html#woodstock","",0);
		Menu10_1_4=new Array("Villages","","",3);
			Menu10_1_4_1=new Array("Ellenville","local_law_directory.html#ellenville","",0,25,100);
			Menu10_1_4_2=new Array("New Paltz","local_law_directory.html#vnewpaltz","",0);
			Menu10_1_4_3=new Array("Saugerties","local_law_directory.html#vsaugerties","",0);
	Menu10_2=new Array("Planning News","new.html","",0,25);
	Menu10_3=new Array("Forms","forms.html","",0,25);
	Menu10_4=new Array("Grant Opportunities","grant.html","",0,25);
	Menu10_5=new Array("Planning Resource Links","links.html","",0,25);
Menu11=new Array("Transportation (UCTC)","","",9);
	Menu11_1=new Array("UCTC Home","tran.html","",0,25,130);
	Menu11_2=new Array("Meeting Information","mpomtg.html","",0);
	Menu11_3=new Array("Committees","","",6);
		Menu11_3_1=new Array("Policy Committee","pol_com.html","",0,25,250);
		Menu11_3_2=new Array("Non-Motorized Transportation Committee","bikeped.html","",0);
		Menu11_3_3=new Array("Technical Committee","tec_com.html","",0);
		Menu11_3_4=new Array("Traffic Operations and Public Safety (TOPS)","tops.html","",0);
		Menu11_3_5=new Array("Transit Advisory Committee (TAC)","tac.html","",0)	
		Menu11_3_6=new Array("Ulster County Trails Advisory Committee (UCTAC)","uctac.html","",0,35);	
	Menu11_4=new Array("Completed Projects, Documents & Maps","tdoc.html","",0,38);
	Menu11_5=new Array("Links and Resources","","",2);
		Menu11_5_1=new Array("Acronym FAQ","faq.html","",0,25,175);
		Menu11_5_2=new Array("Links","links.html#tran","",0);
	Menu11_6=new Array("Long Range Plan","lrtp.html","",0);
	Menu11_7=new Array("Active Projects","","",3);
		Menu11_7_1=new Array("Human Services Transportation Plan","cpt.html","",0,25,230);
		Menu11_7_2=new Array("Intermodal Facility Study","intermodal.html","",0);
		Menu11_7_3=new Array("Traffic Monitoring Program","tcount.html","",0);
	Menu11_8=new Array("American Recovery and Reinvestment Act ","arra.html","",0,35);
	Menu11_9=new Array("TIP","tip.html","",0);

Menu12=new Array("UCPB Home","index.html","",0);