﻿/***********************************************************************************
*	(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=10;			
	var LowBgColor='white';			
	var LowSubBgColor='white';			
	var HighBgColor='#cccccc';			
	var HighSubBgColor='#cccccc';			
	var FontLowColor='#0f1331';			
	var FontSubLowColor='#0f1331';
	var FontHighColor='#0f1331';
	var FontSubHighColor='#0f1331';
	var BorderColor='#aaaaaa';
	var BorderSubColor='#aaaaaa';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=8;	
	var FontBold=1;	
	var FontItalic=0;	
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=34;
	var StartLeft=93;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=5;
	var TopPaddng=3;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=0;
	var KeepHilite=1;
	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("HOME","/index.php","",0,20,50);

Menu2=new Array("ABOUT EFC","#","",4,20,70);
	Menu2_1=new Array("Mission","/mission.php","",0,20,120);	                
	Menu2_2=new Array("Board Members","/board.php","",0);
	Menu2_3=new Array("Grants","/grants.php","",0);
	Menu2_4=new Array("Grant Opportunities","/grantopp.php","",0);
	
Menu3=new Array("EVENTS","#","",9,20,50);
	Menu3_1=new Array("Family Fun 5K 2009","/familyfun5k/index.php","",0,20,160);
	Menu3_2=new Array("Mardi Gras 2009","/mardigras09/index.php","",0,20,160);
	Menu3_3=new Array("Rock n' Roll 2008","/rocknroll2008/index.php","",0,20,160);
	Menu3_4=new Array("Golf 2007","/golf2007/index.php","",0,20,160);
	Menu3_5=new Array("Golf 2006","/golf2006/index.php","",0,20,160);
	Menu3_6=new Array("Homerun 2006","/homerun2006/index.php","",0,20,160);
	Menu3_7=new Array("Golf 2005","/golf2005/index.php","",0,20,160);
	Menu3_8=new Array("Race 2005","/race2005/race.php","",0);
	Menu3_9=new Array("Golf 2004","/golf2004/golf2004.php","",0,20,160);
		

Menu4=new Array("GALLERY","/gallery/index.php","",6,20,60);
	Menu4_1=new Array("Golf 2005","/gallery/golf2005.php","",0,20,120);
	Menu4_2=new Array("Race 2005","/gallery/race2005.php","",0,20,120);
	Menu4_3=new Array("Golf 2004","/gallery/golf2004.php","",0,20,120);
	Menu4_4=new Array("Scoring High 2004","/gallery/scoring.php","",0);
	Menu4_5=new Array("Family Festival 2003","/gallery/festival2003.php","",0);
	Menu4_6=new Array("Golf 2003","/gallery/golf.php","",0);

Menu5=new Array("NEWS","/press/press.php","",2,20,45);
	Menu5_1=new Array("Press","/press/press.php","",0,20,85);
	Menu5_2=new Array("Newsletters","/press/newsletters.php","",0,20,45);
	
Menu6=new Array("SCHOOLS","/schools.php","",0,20,70);
		
Menu7=new Array("CONTACT US","#","",2,20,80);
	Menu7_1=new Array("Contact Us","/contactus.php","",0,20,85);
	Menu7_2=new Array("Volunteer","/volunteer.php","",0);

Menu8=new Array("SPONSORSHIP","/sponsorship.php","",0,20,85);

Menu9=new Array("PAT on the Back","/meetpat.php","",0,20,105);

Menu10=new Array("FAQ","/faq.php","",0,20,40);