	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#528EB5';			// Background color when mouse is not over
	var LowSubBgColor='#FF9933';			// Background color when mouse is not over on subs
	var HighBgColor='#FF9933';			// Background color when mouse is over
	var HighSubBgColor='#528EB5';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';			// 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=8;					// 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' or 'bottom'
	var ChildOverlap=-0.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=165;				// Menu offset x coordinate
	var StartLeft= 9;//(documnet.body.offsetWidth-780)/2 ;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;		 		// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// 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("<B>&nbsp; Home</B>","index.htm","",0,15,149);

Menu2=new Array("<B>&nbsp; About Us</B>","about.htm","",6,15);
	Menu2_1=new Array("Mission","about.htm#mission","",0,20,120);
	Menu2_2=new Array("Goals","about.htm#goals","",0,20);
	Menu2_3=new Array("Governance Structure","about.htm#governancestructure","",0,30);
	Menu2_4=new Array("Board Members","about.htm#boardmembers","",0,20);
	Menu2_5=new Array("Financial Oversight","about.htm#financialoversight","",0,20);
	Menu2_6=new Array("Testimonials","about.htm#testimonials","",0,20);				

Menu3=new Array("<B>&nbsp; Frequently Asked<br>&nbsp;&nbsp;Questions</B>","faq.htm","",0,30);

Menu4=new Array("<B>&nbsp; The Clovis<br>&nbsp;&nbsp;Community Chest</B>","chest.htm","",0,30);

Menu5=new Array("<B>&nbsp; Current Projects</B>","projects.htm","",8,15);
	Menu5_1=new Array("Amgen Tour of California","projects.htm#amgen","",0,30,125);
	Menu5_2=new Array("Boys and Girls Club of Clovis","projects.htm#boysandgirlsclubofclovis","",0,30);
	Menu5_3=new Array("Center Stage","projects.htm#centerstage","",0,30);
	Menu5_4=new Array("Children's Museum of Central California","projects.htm#childrensmuseumofcentralcalifornia","",0,30);
	Menu5_5=new Array("Clovis Botanical Gardens","projects.htm#clovisbotanicalgardens","",0,30);
	Menu5_6=new Array("Clovis Performing Arts Center","projects.htm#clovisperformingartscenter","",0,30);
	Menu5_7=new Array("Clovis Trail System","projects.htm#clovistrailsystem","",0,20);
	Menu5_8=new Array("Valley Nature Education Center","projects.htm#valleynatureeducationcenter","",0,30);

Menu6=new Array("<B>&nbsp; Becoming a Member</B>","member.htm","",3,15);
	Menu6_1=new Array("Making a Donation","member.htm#makingadonation","",0,20,120);
	Menu6_2=new Array("Tax Tips","member.htm#taxtips","",0,20);
	Menu6_3=new Array("Application","member.htm#application","",0,20);

Menu7=new Array("<B>&nbsp; Calendar of Events</B>","events.htm","",0,15);

//Menu7=new Array("<B>&nbsp; CCF News</B>","news.htm","",0,15);

Menu8=new Array("<B>&nbsp; Links</B>","links.htm","",0,15);

Menu9=new Array("<B>&nbsp; General Store</B>","store.htm","",0,15);

Menu10=new Array("<B>&nbsp; Grant Applications</B>","grant proposal.pdf","",0,15);

Menu11=new Array("<B>&nbsp; Contact Us</B>","contact.htm","",0,15);




