/***********************************************************************************
*	(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	          *	
*	Serendipity Design edit by KP for GCAC Website - April 2006 *			
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='ff99A0';			// Background color when mouse is not over
	var LowSubBgColor='ff99A0';			// Background color when mouse is not over on subs
	var HighBgColor='ff6666';			// Background color when mouse is over
	var HighSubBgColor='ff6666';			// 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='white';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=0;					// 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=.00;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.00;			// vertical overlap child/ parent
	var StartTop=14;				// Menu offset x coordinate
	var StartLeft=109;				// 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;			// 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='MenuPos';			// 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=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed

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"

//About menu option
Menu1=new Array("rollover:images/about_GCAC_1.jpg:images/about_GCAC_2.jpg","about_GCAC.html","",0,25,106);

/*
ABOUT GCAC	


*/

//ABOUT HIV & AIDS MENU
/*
ABOUT HIV & AIDS     */
Menu2=new Array("rollover:images/about_HIV_AIDS_1.jpg:images/about_HIV_AIDS_2.jpg","about_HIV_AIDS.html","",0,25,140);

 
	
//LOCAL SERVICES MENU
/*
LOCAL SERVICES
	What Exactly is Case Management?
	Ryan White Services
		Ryan White - the basics
		Ryan White Title II
		Ryan White Title III 
	Counseling/Testing Services
	Counseling/Therapy
	HIV/AIDS Prevention/Education
	Housing for People with AIDS
		Housing Programs and Services
		Housing Opportunities
	Resource Directory     */
Menu3=new Array("rollover:images/local_services_1.jpg:images/local_services_2.jpg","","",7,25,123);
Menu3_1=new Array("What is Case Management?","Services_what_is_case_mgmt.html","",0,18,190);  
Menu3_2=new Array("Ryan White Services -->","","",3,18,190);   
	Menu3_2_1=new Array("Ryan White - the basics","Services_ryan_white_basics.html","",0,18,140);
	Menu3_2_2=new Array("Ryan White Title II","Services_ryan_white_title_II.html","",0,18,140);   
	Menu3_2_3=new Array("Ryan White Title III","Services_ryan_white_title_III.html","",0,18,140);   
Menu3_3=new Array("Counseling/Testing Services","Services_counseling_testing.html","",0,18,190);
Menu3_4=new Array("Mental Health Counseling/Therapy","Services_mental_health_therapy.html","",0,18,190);
Menu3_5=new Array("HIV/AIDS Prevention/Education","Services_prevention.html","",0,18,190);  
Menu3_6=new Array("Housing for People with AIDS -->","Services_housing.html","",2,18,200);
	Menu3_6_1=new Array("Housing Opportunities","Services_housing_opportunities.html","",0,18,200);
	Menu3_6_2=new Array("Housing Programs/Services","Services_housing_programs.html","",0,18,200);   
Menu3_7=new Array("Resource Directory -->","","",14,18,190);
	Menu3_7_1=new Array("Dental Care","ServicesDir_dental.html","",0,18,200);
	Menu3_7_2=new Array("Community/Professional Education","ServicesDir_education.html","",0,18,200);
	Menu3_7_3=new Array("Emergency Resources","ServicesDir_emergency.html","",0,18,200);
	Menu3_7_4=new Array("Family/Parenting Services","ServicesDir_family_parenting.html","",0,18,200);
	Menu3_7_5=new Array("Hotlines","ServicesDir_hotlines.html","",0,18,200);
	Menu3_7_6=new Array("Legal Services","ServicesDir_Legal.html","",0,18,200);
	Menu3_7_7=new Array("Minority Resources","ServicesDir_minority.html","",0,18,200);
	Menu3_7_8=new Array("Medical Care","ServicesDir_medical.html","",0,18,200);
	Menu3_7_9=new Array("Planning/Coordination","ServicesDir_planning.html","",0,18,200);
	Menu3_7_10=new Array("Service Organizations","ServicesDir_organizations.html","",0,18,200);
	Menu3_7_11=new Array("Social Groups","ServicesDir_social_groups.html","",0,18,200);
	Menu3_7_12=new Array("Spiritual Care","ServicesDir_spiritual.html","",0,18,200);
	Menu3_7_13=new Array("Substance Abuse","ServicesDir_substance_abuse.html","",0,18,200);
	Menu3_7_14=new Array("Support Groups","ServicesDir_support_groups.html","",0,18,200);


//RESOURCES MENU
/*
RESOURCES	
	Statewide Resources
	National Resources 
	Other National Organizations      */	 
Menu4=new Array("rollover:images/resources_1.jpg:images/resources_2.jpg","","",3,25,92);
Menu4_1=new Array("Statewide Resources","Resources_State.html","",0,18,180);  
Menu4_2=new Array("National Resources","Resources_National.html","",0,18,180);   
Menu4_3=new Array("Other National Organizations","Resources_Other_National.html","",0,18,180);

 

// NEWS AND EVENTS
/*
NEWS AND EVENTS    */
Menu5=new Array("rollover:images/news_events_1.jpg:images/news_events_2.jpg","news_events.html","",0,25,111);

