/***********************************************************************************
*	(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	          *
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#EC9F29';			// Background color when mouse is not over
	var LowSubBgColor='#EC9F29';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='black';			// 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="arial,verdana"	// Font family menu items
	var FontSize=9;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.02;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// 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=2;				// 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=250;			// 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=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=['images/tri.gif',5,10,'images/tridown.gif',12,9,'images/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("Home","index.html","",0,18,94);

Menu2=new Array("About LGEF","contacts.html","",3,18,113);
//	Menu2_1=new Array("About LGEF FAQ's","lgeffaqs.html","",0,18,175);
	Menu2_1=new Array("Board Members","boardmembers.html","",0,18,175);
//	Menu2_3=new Array("Board Meeting Minutes","meetingminutes.html","",0,18,175);
	Menu2_2=new Array("Contact LGEF (408)335-2229","contacts.html","",0,18,175);
//	Menu2_5=new Array("District Schools","javascript:window.open('http://www.lgusd.k12.ca.us/schools/index.htm')","",0,18,175);
//	Menu2_6=new Array("Endowment","endowment.html","",0,18,175);
//	Menu2_7=new Array("News","news.html","",0,18,175);
//	Menu2_8=new Array("President\'s Letter","presidentsletter.html","",0,18,175);
//	Menu2_9=new Array("Employment-Jobs","employment.html","",0,18,175);
	Menu2_3=new Array("Calendar","calendar.html","",0,18,175);
//	Menu2_4=new Array("LGEF Budget","docs/2009/LGEF-Approved-2009-2010-Budget.pdf","",0,18,175);
//	Menu2_10=new Array("Video Archive","videoarchive.html","",0,18,175);

Menu3=new Array("Annual Campaign News","annualcampaign.html","",0,18,144);
//	Menu3_1=new Array("\"Thank You\" Car Wash","carwash.html","",0,18,235);
//	Menu3_1=new Array("2009 Campus Campaign","campuscampaign-09.html","",0,18,235);
//	Menu3_2=new Array("Business Campaign","businesspartners.html","",0,18,235);	


Menu4=new Array("Funding Facts","generic-banner-page.html","",0,18,118);
//	Menu4_1=new Array("Funding FAQ's","docs/2009/2009-campaign-faqs.pdf","",0,18,200);
//	Menu4_2=new Array("2009-2010 Grants","docs/2009/2009-10-LGEF-Grants-revised-2-09.pdf","",0,18,200);	
//	Menu4_3=new Array("2008-2009 Grants","docs/2008/2008-09-LGEF-Grants.pdf","",0,18,200);
//	Menu4_4=new Array("2007-2008 Grants","grants-07-08.html","",0,18,200);
//	Menu4_5=new Array("2006-2007 Grants","grants-06-07.html","",0,18,200);
//	Menu4_6=new Array("Older Grants","fundingfacts.html","",0,18,200);
//	Menu5_6=new Array("LGEF and Home & School Clubs","lgef-hsc.html","",0,18,200);
//	Menu4_7=new Array("Finance A-B-C's","financeabcs.html","",0,18,200);
//	Menu4_8=new Array("CCEF Website","javascript:window.open('http://www.cceflink.org/')","",0,18,200);
//	Menu4_9=new Array("Ed-Data Website","javascript:window.open('http://www.ed-data.k12.ca.us/')","",0,18,200);
//	Menu4_10=new Array("EdSource Website","javascript:window.open('http://www.edsource.org/')","",0,18,200);

Menu5=new Array("Ways to Give","waystogive.html","",6,18,113);
	Menu5_1=new Array("Donate","donate.html","",0,18,183);
	Menu5_2=new Array("Business Partners Program","businesspartners.html","",0,18,183);
	Menu5_3=new Array("Business Partners","2009-10-businesspartners.html","",0,18,183);
	Menu5_4=new Array("Volunteer","volunteer.html","",0,18,183);
	Menu5_5=new Array("Matching Grants","matchinggrants.html","",0,18,183);
	Menu5_6=new Array("Donate Stock","docs/2009/StockDonation.pdf","",0,18,183);
	
	
Menu6=new Array("DONATE NOW","donate.html","images/red-rectangle.gif",0,18,105);
