
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#446691';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#6D93BC';			// Background color when mouse is over
	var HighSubBgColor='#E6EAFF';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='#324B6B';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='#324B6B';			// Font color subs when mouse is over
	var BorderColor='#324B6B';			// Border color
	var BorderSubColor='#324B6B';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8.5;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=103;				// Menu offset x coordinate
	var StartLeft=30;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=6;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=2000;			// 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',10,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("Services","javascript:top.location.href='services.htm'","",4,26,147);
		Menu1_1=new Array("View Our Brochures","","",10,26,180);	
			Menu1_1_1=new Array("Tri-Community and Youth Agency","brochures/TRI-CYA_2009.pdf","",0,26,230);
			Menu1_1_2=new Array("Youth Directions and Alternatives","brochures/YDA_2006.pdf","",0);
			Menu1_1_3=new Array("REACH CYA","brochures/REACH CYA_2006.pdf","",0);
			Menu1_1_4=new Array("","",0);
			Menu1_1_5=new Array("Huntington Drug and Alcohol","","",2,26,210);
			Menu1_1_5_1=new Array("Prevention Services","brochures/D+A Prevention Services.pdf","",0,26,150);
			Menu1_1_5_2=new Array("Treatment Services","brochures/D+A Treatment Services.pdf","",0);
			Menu1_1_6=new Array("Project Excel","brochures/Project E.X.C.E.L._2006.pdf","",0);
			Menu1_1_7=new Array("F.A.C.I.L.E.","brochures/Project F.A.C.I.L.E._2006.pdf","",0);
			Menu1_1_8=new Array("Project N.E.W.","brochures/Project N.E.W._2006.pdf","",0);
			Menu1_1_9=new Array("Project Sanctuary","brochures/sanctuary.pdf","",0,26,190);
			Menu1_1_10=new Array("Huntington Youth Court","brochures/Huntington Youth Court_2006.pdf","",0);
			Menu1_1_11=new Array("","","",0);
			
		Menu1_2=new Array("Drug & Alcohol Counseling","javascript:top.location.href='danda.htm'","");
		Menu1_3=new Array("View Our Annual Report","brochures/2007 HYB Annual Report.pdf","",0,26,220);	
		Menu1_4=new Array("Download Adobe Reader","http://www.adobe.com/products/acrobat/readstep2.html","",0);
Menu2=new Array("News / Events","javascript:top.location.href='calendar.htm'","");

Menu3=new Array("Donate Now!","javascript:top.location.href='donatenow.htm'","",1);
	Menu3_1=new Array("Click Here to Donate","https://www.networkforgood.org/donate/MakeDonation2.aspx?ORGID2=112487925","",0,26,160);
	
Menu4=new Array("Links","","",5);
	Menu4_1=new Array("Town of Huntington Website","http://town.huntington.ny.us/","",0,26,230);
	Menu4_2=new Array("Tri Community and Youth Agency","http://www.tricya.org","",0);
	Menu4_3=new Array("Youth Directions and Alternatives","http://www.ydaonline.org","",0);
	Menu4_4=new Array("REACH CYA","http://www.reachcya.org","",0);
	Menu4_5=new Array("Family Service League","http://www.fsl-li.org","",0);
	
Menu5=new Array("Job Opportunities","javascript:top.location.href='jobs.htm'","");	

Menu6=new Array("Volunteering","javascript:top.location.href='hosthome.html'","");

Menu7=new Array("Contact Us","javascript:top.location.href='contact.htm'","");

Menu8=new Array("Directions","javascript:top.location.href='directions.htm'","");
	


