/***********************************************************************************
*	(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=9;			
	var LowBgColor='#4695a8';			
	var LowSubBgColor='#4695a8';			
	var HighBgColor='#4695a8';			
	var HighSubBgColor='#4695a8';			
	var FontLowColor='white';			
	var FontSubLowColor='white';			
	var FontHighColor='#006666';			
	var FontSubHighColor='#006666';			
	var BorderColor='#4695a8';			
	var BorderSubColor='#4695a8';			
	var BorderWidth=5;				
	var BorderBtwnElmnts=1;			
	var FontFamily="verdana,comic sans ms,technical"	
	var FontSize=10;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='center';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=0;				
	var ChildVerticalOverlap=0;			
	var StartTop=35;				
	var StartLeft=10;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=0;				
	var TopPaddng=2;				
	var FirstLineHorizontal=0;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='MenuPos';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	

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("Home","index.html","",0,22,140);

Menu2=new Array("About Us","about.html","",0,22,140);

Menu3=new Array("Services","services.html","",4);
	Menu3_1=new Array("All Services","services.html","",0,22,200);	
	Menu3_2=new Array("Children\'s Program","serviceschild.html","",0);
        Menu3_3=new Array("Caregivers\/Foster Parents","servicescarers.html","",0);
        Menu3_4=new Array("Suicide Support Group","servicessuicide.html","",0);
		
Menu4=new Array("News/Reports","news+reports.html","",0,22,140);

Menu5=new Array("Funding","funding.html","",0,22,140);

Menu6=new Array("Employment","employment.html","",0,22,140);

Menu7=new Array("FAQ","faq.html","",0,22,140);

Menu8=new Array("Contact Us","contact.html","",2);
	Menu8_1=new Array("Map","contact.html","",0,20,100);
        Menu8_2=new Array("Staff","contactstaff.html","",0);

Menu9=new Array("Links","links.html","",0,22,140);