/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#006892';			// Background color when mouse is not over
	var LowSubBgColor='#D0E3EC';			// Background color when mouse is not over on subs
	var HighBgColor='#006892';			// Background color when mouse is over
	var HighSubBgColor='#DCCDD9';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='#005273';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#005273';			// Font color subs when mouse is over
	var BorderColor='#006892';			// Border color
	var BorderSubColor='#006892';			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=50;				// Menu offset x coordinate
	var StartLeft=14;				// 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=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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=0;				// 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("rollover:images/nav-adult.gif:images/nav-adult-over.gif","adult.asp","",8,22,148);
    Menu1_1=new Array("Adult Outpatient Medication Maintenance","adult-outpatient-medication-maintenance.asp","",0,33,160);
	Menu1_2=new Array("Crisis/Emergency Services","ad_crisis.asp","",0,22,160);
	Menu1_3=new Array("Gateway Professional Group","ad_gateway.asp","",0,22,160);
	Menu1_4=new Array("LifeWatch EAP","ad_life.asp","",0,22,160);
	Menu1_5=new Array("Rehab Services","ad_rehab.asp","",0,22,160);
	Menu1_6=new Array("Residential Programs","ad_resident.asp","",0,22,160);
	Menu1_7=new Array("Rhode Island System of Care (RISOC)","ad_case.asp","",0,33,160);
	Menu1_8=new Array("Service Member & Veteran Services","service-member-and-veteran-services.asp","",0,33,160);
   		
Menu2=new Array("rollover:images/nav-children.gif:images/nav-children-over.gif","children.asp","",12,22,181);
	Menu2_1=new Array("Adolescent Substance Abuse Specialty Team","ch_co-occuring.asp","",0,33,170);
	Menu2_2=new Array("Adventures in Learning","ch_adventure.asp","",0,22,170);
	Menu2_3=new Array("ASD Connections","ch_ASDconnections.asp","",0,22,170);
	Menu2_4=new Array("CEDARR","CEDARR.asp","",0,22,170);
	Menu2_5=new Array("Child & Family Community Treatment (CFCT)","ch_intensive.asp","",0,32,170);
	Menu2_6=new Array("Family Outpatient Counseling","fa_outpatient.asp","",0,22,170);
	Menu2_7=new Array("Gateway Technical Academy","gateway-technical-academy.asp","",0,22,170);
	Menu2_8=new Array("Grief and Trauma Specialty Team","ch_trauma.asp","",0,33,170);
	Menu2_9=new Array("Kid's Link RI","ch_kidslink.asp","",0,22,170);
	Menu2_10=new Array("Residential Programs","ch_resident.asp","",0,22,170);
	Menu2_11=new Array("Valley Community School","ch_valley.asp","",0,22,170);
	Menu2_12=new Array("Youth Guidance","ch_youth.asp","",0,22,170);
		
Menu3=new Array("rollover:images/nav-substance.gif:images/nav-substance-over.gif","substance.asp","",6,22,222);
	Menu3_1=new Array("Tri-Hab","su_trihab.asp","",0,22,170);
	Menu3_2=new Array("Outpatient Counseling and Women’s Day Treatment Programs","su_women.asp","",0,44,170);
	Menu3_3=new Array("Centro La Familia","su_centro.asp","",0,22,170);
	Menu3_4=new Array("Domestic Violence Batterers Program","su_domestic.asp","",0,32,170);
	Menu3_5=new Array("Transitional Housing for Women and Children","su_housing.asp","",0,32,170);
	Menu3_6=new Array("Residential Treatment Programs","su_residential.asp","",0,32,170);

Menu4=new Array("rollover:images/nav-donate.gif:images/nav-donate-over.gif","donate.asp","",6,22,83);
	Menu4_1=new Array("Individual Support Options","do_individual.asp","",0,22,150);
	Menu4_2=new Array("Corporate Support Options","do_corporate.asp","",0,32,150);
	Menu4_3=new Array("Light of Hope","do_light.asp","",0,22,150);
	Menu4_4=new Array("United Way","do_united.asp","",0,22,150);
	Menu4_5=new Array("Wish List","do_wish.asp","",0,22,150);
	Menu4_6=new Array("Annual Report","do_annual.asp","",0,22,150);
	
