// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Harvey Horse Trials", "hht.html",
					
	],
	["About Eventing", "abouteventing.html"
		
	],
	["Entry Forms", "entry.html"
		
	],
	["News", "index.php",
		
	],
	["Results", null,
		["WA Results", "http://www.ktrials.pas.com.au/events/"],
		["Performance Records", "http://www.efanational.com/eq/resultsearch.asp"],	
	
	],
	["Location", "location.html",
		
	],
	["Merchandise", "sale.html",
		
	],
	["Sponsors", "sponsors.html",
		
	],
	["Membership", "membership.html",
		
	],
	["Committee", "committee.html",
		
	],
	["Links", "links.html",
	 	
	],
	["Contact Us", "contact.html",
	 	
	],
	["Home", "index.php",
	 	
	],
];

