//(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=67; //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","http://www.galwaydowns.com/eventing.html",8,20,100);
	Menu2_1=new Array("EVENT INFO","http://www.galwaydowns.com/eventing.html",0,20,100);
	Menu2_2=new Array("RESULTS","http://www.galwaydowns.com/results.htm",0,20,100);
	Menu2_3=new Array("TICKETS","http://www.events.org/cpage.aspx?e=18778",1,20,100);
	Menu2_3_1=new Array("TICKETS Online","http://www.events.org/cpage.aspx?e=18778",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","http://www.galwaydowns.com/press.html",0,20,100);
	Menu2_5=new Array("SPONSORS","http://www.galwaydowns.com/sponsors.htm",0,20,100);
	Menu2_6=new Array("VOLUNTEER","http://www.galwaydowns.com/volunteer.html",0,20,100);
	Menu2_7=new Array("LINKS","http://www.galwaydowns.com/links.html",0,20,100);
	Menu2_8=new Array("CONTACT","http://www.galwaydowns.com/eventcontact.html",0,20,100);
Menu3=new Array("HUNT/JUMP","/hunters.htm",0,100,100);	
Menu4=new Array("DRESSAGE","/dressage.html",0,20,100);
Menu5=new Array("VQHA","http://www.valleyqha.org/",0,20,100);
Menu6=new Array("TRACK INFO","/trackinfo.html",0,20,100);
Menu7=new Array("CONTACT","/contact.html",0,20,100);
Menu8=new Array("VENUE INFO","/venue.html",8,20,100);
	Menu8_1=new Array("DIRECTIONS","/directions.html",0,20,100);
	Menu8_2=new Array("CONTACT","/contact.html",0,20,100);
	Menu8_3=new Array("SCHEDULE","/schedule.html",0,20,100);
	Menu8_4=new Array("AIRPORTS","/airports.html",0,20,100);
	Menu8_5=new Array("LODGING","/lodging.html",0,20,100);
	Menu8_6=new Array("FOOD","/food.html",0,20,100);
	Menu8_7=new Array("EQUESTRIAN","/equestrian.html",0,20,100);
	Menu8_8=new Array("WEATHER","http://temeculaweather.com/",0,20,100);

	