//(c) Ger Versluis 2000 version 1.0
//modified 2006

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#000000';
	var HighBgColor='#000000';
	var FontLowColor='white';
	var FontHighColor='CCCC99';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;
	var FontFamily="times new roman"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=80; //set vertical offset
	var StartLeft=8; //set horizontal offset
	var VerCorrect=50;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=700;
	var TakeOverBgColor=0;
	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,99);
Menu2=new Array("EVENTING","/eventing.html",8,20,100);
	Menu2_1=new Array("EVENT INFO","/eventing.html",0,20,100);
	Menu2_2=new Array("RESULTS","/results.htm",0,20,100);
	Menu2_3=new Array("TICKETS","https://www.events.org/creg.aspx?e=18778&m=10",1,20,100);
	Menu2_3_1=new Array("TICKETS Online","https://www.events.org/creg.aspx?e=18778&m=10",0,20,100);
	//Menu2_3_2=new Array("VIP Tent Benefits","/formsPDF/2007VIPInfo-1.pdf",0,20,100);
	//Menu2_3_3=new Array("TICKETS by Mail","/WC2007/2007WCTickets.pdf",0,20,100);
	Menu2_4=new Array("PRESS","/press.html",0,20,100);
	Menu2_5=new Array("SPONSORS","/sponsors.htm",0,20,100);
	Menu2_6=new Array("VOLUNTEER","/volunteer.html",0,20,100);
	Menu2_7=new Array("LINKS","/links.html",0,20,100);
	Menu2_8=new Array("CONTACT","/eventcontact.html",0,20,100);
Menu3=new Array("HUNT/JUMP","http://www.sceconline.com/hunters.htm",0,100,100);	
Menu4=new Array("DRESSAGE","http://www.sceconline.com/dressage.html",0,20,100);
Menu5=new Array("VQHA","http://www.valleyqha.org/",0,20,100);
Menu6=new Array("TRACK INFO","http://www.sceconline.com/trackinfo.html",0,20,100);
Menu7=new Array("CONTACT","http://www.sceconline.com/contact.html",0,20,100);
Menu8=new Array("VENUE INFO","http://www.sceconline.com/directions.html",8,20,100);
	Menu8_1=new Array("DIRECTIONS","http://www.sceconline.com/directions.html",0,20,100);
	Menu8_2=new Array("CONTACT","http://www.sceconline.com/contact.html",0,20,100);
	Menu8_3=new Array("SCHEDULE","http://www.sceconline.com/schedule.html",0,20,100);
	Menu8_4=new Array("AIRPORTS","http://sceconline.com/airports.html",0,20,100);
	Menu8_5=new Array("LODGING","http://www.sceconline.com/lodging.html",0,20,100);
	Menu8_6=new Array("FOOD","http://sceconline.com/food.html",0,20,100);
	Menu8_7=new Array("EQUESTRIAN","http://www.sceconline.com/equestrian.html",0,20,100);
	Menu8_8=new Array("WEATHER","http://temeculaweather.com/",0,20,100);

	