//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#333333';
	var HighBgColor='#333333';
	var FontLowColor='white';
	var FontHighColor='CCCC99';
	var BorderColor='white';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;
	var FontFamily="times new roman"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.25;
	var ChildVerticalOverlap=.1;
	var StartTop=60; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=48;
	var HorCorrect=0;
	var LeftPaddng=1;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=700;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("HOME","index.htm",0,20,100);

Menu2=new Array("EVENTS","eventing.html",6);
	Menu2_1=new Array("EVENT INFO","eventing.html",0,20,115);
	Menu2_2=new Array("TICKETS","https://www.events.org/GDE01/cp/eventregistration.aspx?a=GDE01&e=7376&o=95&m=1",0);
	Menu2_3=new Array("CLINICS","eventing.html#stark",0);
	Menu2_4=new Array("DIRECTIONS","directions.html",0);
	Menu2_5=new Array("VOLUNTEER","volunteer.html",0);
	Menu2_6=new Array("LOCAL INFO","lodging.html",5);
		Menu2_6_1=new Array("AIRPORTS","airports.html",0,20,140);
		Menu2_6_2=new Array("LODGING","lodging.html",0);
		Menu2_6_3=new Array("FOOD","food.html",0);
		Menu2_6_4=new Array("EQUESTRIAN","equestrian.html",0);
		Menu2_6_5=new Array("WEATHER","http://temeculaweather.com/",0);
Menu3=new Array("RESULTS","resultsNov06.htm",0,20,95);	
Menu4=new Array("SPONSORS","sponsors.htm",0);
Menu5=new Array("PRESS","press.html",0);
Menu6=new Array("LINKS","links.html",0);
Menu7=new Array("DIRECTIONS","directions.html",0);
Menu8=new Array("CONTACT","contact.html",0);
