
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#0666AA';			// Background color when mouse is not over
	var LowSubBgColor='#0666AA';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#0666AA';			// Font color when mouse is over
	var FontSubHighColor='#0666AA';			// Font color subs when mouse is over
	var BorderColor='gray';			// Border color
	var BorderSubColor='gray';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// 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='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=150;				// 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 LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("Adult Day Services","adult_day_services/index.asp","",3,20,125);
	Menu1_1=new Array("Classes & Activities","adult_day_services/ads_classes.htm","",0,20,150);
	Menu1_2=new Array("Special Events Calendar","x_ads_cal/ads_cal.asp","",0,20,150);
	Menu1_3=new Array("Resources","adult_day_services/resources.htm","",0,20,125);	

Menu2=new Array("Mental Health Services","mental_health_services/index.asp","",3,20,135);
	Menu2_1=new Array("Community Based Rehabilitation Services","mental_health_services/rehab_services.htm","",2,20,250);	
		Menu2_1_1=new Array("Classes & Activities","mental_health_services/classes.htm","",0,20,150);
	    Menu2_1_2=new Array("Special Events Calendar","x_crs_cal/crs_cal.asp","",0);
	Menu2_2=new Array("Community Support","mental_health_services/comm_support.htm","",1);
	    Menu2_2_1=new Array("Eligibility","mental_health_services/eligibility.htm","",0,20,100);
	Menu2_3=new Array("Resources","mental_health_services/resources.htm","",0);


Menu3=new Array("Program Support Services","program_support_services/index.asp","",3,20,175);
	Menu3_1=new Array("Health Services","program_support_services/health_services.htm","",1,20,125);
	    Menu3_1_1=new Array("Resources","program_support_services/resources.htm","",0,20,100);	
	Menu3_2=new Array("Social Services","program_support_services/social_services.htm","",0);
	Menu3_3=new Array("Transportation","program_support_services/transportation.htm","",0);
	
Menu4=new Array("Donations","donations/index.asp","",1,20,70);
	Menu4_1=new Array("Donations Form","donations/donations_form.htm","",0,20,125);
	
Menu5=new Array("Publications","publications/index.asp","",2,20,90);
    Menu5_1=new Array("Friendship Exchange","publications/friendship_exchange.htm","",0,20,150);
    Menu5_2=new Array("News Releases","publications/news_releases.htm","",0);

Menu6=new Array("Opportunities","opportunities/index.asp","",4,20,90);
	Menu6_1=new Array("Employment","x_job_postings/index.asp","",1,20,100);
	    Menu6_1_1=new Array("Employment Application","opportunities/employment_app.htm","",0,20,150);
	Menu6_2=new Array("In-Services","opportunities/in_services.htm","",0);
	Menu6_3=new Array("Internships","opportunities/internships.htm","",0);
	Menu6_4=new Array("Volunteers","opportunities/volunteers.htm","",0);
	
Menu7=new Array("Sitemap","sitemap/sitemap.htm","",0,20,70);	




