/***********************************************************************************

*	Menu for SCPHCA        		                *

*	Web Development by edesignsinc.com	          *		

***********************************************************************************/



	var NoOffFirstLineMenus=14;			// Number of first level items

	var LowBgColor='D7E2DF';			// Background color when mouse is not over

	var LowSubBgColor='548379';			// Background color when mouse is not over on subs

	var HighBgColor='70A399';			// Background color when mouse is over

	var HighSubBgColor='C4EBFF';			// Background color when mouse is over on subs

	var FontLowColor='black';			// Font color when mouse is not over

	var FontSubLowColor='white';			// Font color subs when mouse is not over

	var FontHighColor='black';			// Font color when mouse is over

	var FontSubHighColor='black';			// Font color subs when mouse is over

	var BorderColor='70A399';			// Border color

	var BorderSubColor='black';			// 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=7;				// 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=280;				// Menu offset x coordinate

	var StartLeft=4;				// 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=0;			// 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='';				// 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("About Us","about.htm","",7,20,180);

	Menu1_1=new Array("Overview","about.htm","",0,20,160);

	Menu1_2=new Array("Mission & Shared Values","mission.htm","",0,20,160);

	Menu1_3=new Array("History","history.htm","",0,20,160);

	Menu1_4=new Array("CHC Members","aboutmembers.htm","",0,20,160);	

	Menu1_5=new Array("Board Members","board.htm","",0);

	Menu1_6=new Array("Staff","staff.htm","",0);

	Menu1_7=new Array("Our Location","scphcalocation.htm","",0);

Menu2=new Array("Programs & Services","services.htm","",9);

	Menu2_1=new Array("Training Programs","training.htm","",2,20,170);

		Menu2_1_1=new Array("Conferences & Retreats","conferences.htm","",0,20,150);

		Menu2_1_2=new Array("Presentations","presentations.htm","",0,20,150);

	Menu2_2=new Array("Health Disparities Collaboratives","disparities.htm","",4);

		Menu2_2_1=new Array("About the Collaboratives","aboutcollaborative.htm","",0,20,150);

		Menu2_2_2=new Array("Collaboratives Resources","collaborativeresources.htm","",0,20,150);

		Menu2_2_3=new Array("Contact the Collaboratives","contactcollaborative.htm","",0,20,150);

		Menu2_2_4=new Array("Login","logincollaborative.htm","",0,20,150);

	Menu2_3=new Array("Clinical","clinical.htm","",5);

		Menu2_3_1=new Array("Clinical Network","commclinical.htm","",0,20,100);

		Menu2_3_2=new Array("SEARCH","searchclinical.htm","",0,20,100);

		Menu2_3_3=new Array("Ryan White","ryanwhite.htm","",0,20,100);

		Menu2_3_4=new Array("Bioterrisom","bioterrisom.htm","",0,20,100);

		Menu2_3_5=new Array("HIPAA","hipaa.htm","",0,20,100);

	Menu2_4=new Array("Community Development","commdevelopment.htm","",3);

		Menu2_4_1=new Array("Overview","commdevelopment.htm","",0,20,280);

		Menu2_4_2=new Array("What is a Federally Qualified Health Center (FQHC)?","fqhc.htm","",0,20,280);

		Menu2_4_3=new Array("330 Grantee Requirements","330grantee.htm","",0,20,280);

	Menu2_5=new Array("Migrant Health","migrant.htm","",0);

	Menu2_6=new Array("Homeless","homeless.htm","",0);

	Menu2_7=new Array("Finance","financials.htm","",1);

		Menu2_7_1=new Array("CFO Network","cfonetwork.htm","",0,20,280);

	Menu2_8=new Array("Advocacy & Legislative","advocacy.htm","",0);

	Menu2_9=new Array("Faith/Health Initiatives","faith.htm","",0,20,280);

Menu3=new Array("Membership Info","membership.htm","",3);

	Menu3_1=new Array("Membership Benefits","memberbenefits.htm","",0,20,150);

	Menu3_2=new Array("Membership Application","memapp.htm","",0,20,150);

	Menu3_3=new Array("Membership Directory","memberdirectory.htm","",0,20,150);	

Menu4=new Array("Calendar of Events","/calendar/events.asp","",0);

Menu5=new Array("Health Disparities Collaboratives","disparities.htm","",3);

	Menu5_1=new Array("About the Collaboratives","aboutcollaborative.htm","",0,20,150);	

	Menu5_2=new Array("Collaboratives Resources","collaborativeresources.htm","",0);

	Menu5_3=new Array("Contact the Collaboratives","contactcollaborative.htm","",0);

Menu6=new Array("SC Community Health Centers","aboutcenters.htm","",2);

	Menu6_1=new Array("About Our Community Health Centers","aboutcenters.htm","",0,20,200);

	Menu6_2=new Array("Find A Community Health Center","findcenter.htm","",0,20,200);	

Menu7=new Array("Advocacy / Legislative","advocacy.htm","",1);

	Menu7_1=new Array("Medicaid 1115 Waiver","medicaid.htm","",0,20,200);

Menu8=new Array("Committees / Networks","commfinance.htm","",5);

	Menu8_1=new Array("Finance","commfinance.htm","",0,20,150);	

	Menu8_2=new Array("ITC","commitc.htm","",0,20,150);	

	Menu8_3=new Array("HR","commhr.htm","",0);

	Menu8_4=new Array("Clinical","commclinical.htm","",0,20,150);

	Menu8_5=new Array("Outreach","commoutreach.htm","",0,20,150);	

Menu9=new Array("Newsletters / Annual Report","newsletter.htm","",4);

	Menu9_1=new Array("Current Newsletter","newsletter.htm","",0,20,150);	

	Menu9_2=new Array("E-Newsletter","newsletter.htm","",0,20,150);	

	Menu9_3=new Array("Archive Newsletters","archivenewsltrs.htm","",0);

	Menu9_4=new Array("Sign Up","signup.htm","",0,20,150);	

Menu10=new Array("Statistics & Reports","uds.htm","",3);

	Menu10_1=new Array("Uniform Data Systems (UDS) Reports","uds.htm","",0,20,200);	

	Menu10_2=new Array("Data Analysis Center (DAC)","dac.htm","",0,20,200);	

	Menu10_3=new Array("Assessments","assessments.htm","",0,20,200);	

Menu11=new Array("Resources & Links","resources.htm","",0);

Menu12=new Array("Employment Opportunities","employment.htm","",1);

	Menu12_1=new Array("Resume Postings","resumes.htm","",0,20,200);	

Menu13=new Array("Join Mailing List","mailing.htm","",0);

Menu14=new Array("Contact Us","contact.htm","",0);