// *** See "Customizing.JS.Menu.htm" file for more information on customizing appearance




	var NoOffFirstLineMenus=6; 		//set number of main menu items
	var LowBgColor='#2c614f';
	var HighBgColor='#4e836f';
	var FontLowColor='cccc99';
	var FontHighColor='ffffff';
	var BorderColor='cccc99';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial,Helvetica"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=117; 			//set vertical offset
	
	var browser=navigator.userAgent.toLowerCase();
	var FFox=(browser.indexOf('mozilla/5.0')!=-1)?1:0;  // Check for Firefox
	var StartLeft; 				//set horizontal offset
	if  (FFox){
	    StartLeft=-10; 			
	}else{
	    StartLeft=0; 			
	}
	
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; 		//set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var WebMasterCheck=0;


// *** MenuX=new Array("text","link",#submenus,height,width);
// *** To have menus the same width divide 755 by number of top level menu items
// *** See "Website Style and Design Guide" for more information on structure of menus

Menu1=new Array("Home","index.html",0,20,126);   

Menu2=new Array("About Us","aboutus.html",0,20,126);

Menu3=new Array("Programs","programs.html",0,20,126);

Menu4=new Array("Calendar","calendar.html",0,20,126);

Menu5=new Array("Learn More","learnmore.html",0,20,126);

Menu6=new Array("Contact Us","contactus.html",0,20,126);




