var MenuCode = ""

MenuCode += "<ul id='jsddm'>"

MenuCode += "	<li><a href='/index.html' class='menu-item'>Home</a>"
MenuCode += "	</li>"


MenuCode += "	<li><a href='/about/wkpma-history.html' class='menu-item'>About WKPMA</a>"
MenuCode += "		<ul>"
MenuCode += "			<li><a href='/about/wkpma-history.html'>History</a></li>"
MenuCode += "			<li><a href='/about/ploughing-match-programmes.html'>Ploughing Match Programmes</a></li>"
MenuCode += "			<li><a href='/about/traditional-show-gymkhana.html'>Gymkhana</a></li>"
MenuCode += "			<li><a href='/about/clay-pigeon-competition.html'>Clay Pigeon</a></li>"
MenuCode += "			<li><a href='/about/ploughing-competition.html'>Ploughing Competition</a></li>"
MenuCode += "			<li><a href='/about/hop-competition.html'>Hop Competition</a></li>"
MenuCode += "			<li><a href='/about/venues-and-presidents.html'>Venues</a></li>"
MenuCode += "			<li><a href='/about/ploughing-competition-scoring.html'>Scoring</a></li>"
MenuCode += "		</ul>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='/matches/timetable.html' class='menu-item'>Next Match</a>"
MenuCode += "		<ul>"
MenuCode += "			<li><a href='/matches/timetable.html'>Timetable</a></li>"
MenuCode += "			<li><a href='/matches/trade-stands.html'>Trade Stands</a></li>"
MenuCode += "			<li><a href='/matches/location.html'>Location Map</a></li>"
MenuCode += "			<li><a href='/matches/health-and-safety.html'>Health &amp; Safety</a></li>"
MenuCode += "			<li><a href='/matches/classes.html'>Classes</a></li>"
MenuCode += "			<li><a href='/matches/ploughing-match-rules.html'>WKPMA Rules</a></li>"
MenuCode += "			<li><a href='/matches/horse-ploughing-rules.html'>Horse Ploughing Rules</a></li>"
MenuCode += "		</ul>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='/results/match-results.html' class='menu-item'>Results</a>"
//MenuCode += "		<ul>"
//MenuCode += "			<li><a href='/downloads/' target='_blank'>2008 Ploughing</a></li>"
//MenuCode += "			<li><a href='/downloads/' target='_blank'>2008 Growing Crop</a></li>"
//MenuCode += "			<li><a href='/downloads/' target='_blank'>2008 Hop Competition</a></li>"
//MenuCode += "			<li><a href='/downloads/growing grops results 2009.pdf' target='_blank'>2009 Growing Crop</a></li>"
//MenuCode += "			<li><a href='/downloads/2009ploughingresults.pdf'>2009 Ploughing</a></li>"
//MenuCode += "			<li><a href='/downloads/hop competition results 2009.pdf' target='_blank'>2009 Hop Competition</a></li>"
//MenuCode += "			<li><a href='/downloads/Growing Crops Results 2010.docx' target='_blank'>2010 Growing Crop</a></li>"
//MenuCode += "			<li><a href='/downloads/Results 2010.docx' target='_blank'>2010 Ploughing</a></li>"
//MenuCode += "			<li><a href='/downloads/Growing Crops Results 2011.pdf' target='_blank'>2011 Growing Crop</a></li>"
//MenuCode += "		</ul>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='/farmers-market/farmers-market-kent.html' class='menu-item'>Farmers Market</a>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='/committee/committee.html' class='menu-item'>Committee</a>"
MenuCode += "	</li>"

MenuCode += "	<li><a href='/contact/trade-stand-booking.html' class='menu-item'>Contact</a>"
MenuCode += "		<ul>"
//MenuCode += "			<li><a href='#'>Who's Who</a></li>"
MenuCode += "			<li><a href='/links/links.html'>Links</a></li>"
MenuCode += "			<li><a href='/contact/trade-stand-booking.html'>Trade Stand Booking</a></li>"
MenuCode += "			<li><a href='/contact/join-wkpma.html'>Join the WKPMA</a></li>"
MenuCode += "			<li><a href='/contact/register-for-news.html'>Register for News</a></li>"
//MenuCode += "			<li><a href='#'>Bursary Application Form</a></li>"
MenuCode += "			<li><a href='mailto:karenwkpma@hotmail.co.uk?subject=Website Enquiry'>Email WKPMA</a></li>"
MenuCode += "		</ul>"
MenuCode += "	</li>"

MenuCode += "</ul>"


document.write(MenuCode)
