function writeListMenu()
{
var ok = checkBrowser();
if (ok!=0)
{
	document.write("<div id=\"menuSection\">");
	document.write("<ul id=\"menuRoot\">");
	document.write("	<li id=\"aboutLi\"><a href=\"../english/about_us/introduction.htm\">About Us</a>");
	document.write("		<ul id=\"aboutSub\">");
	document.write("			<a href=\"../english/about_us/what_we_do.htm\"><li>What We Do</li></a>");
	document.write("			<a href=\"../english/about_us/background.htm\"><li>Historical Background</li></a>");
	document.write("			<a href=\"../english/about_us/whos_who.htm\"><li>Who's Who?</li></a>");
	document.write("			<a href=\"../english/about_us/housing_stock.htm\"><li>Housing Stock</li></a>");
	document.write("			<a href=\"../english/about_us/annual_report.htm\"><li>Annual Report</li></a>");
	document.write("			<a href=\"../english/about_us/group_structure.htm\"><li>Group Structure</li></a>");

	document.write("			<a href=\"../english/about_us/cyfle_cyfartal.htm\"><li>Equality and Diversity</li></a>");
	document.write("			<a href=\"../english/about_us/useful_contacts.htm\"><li>Useful Contacts</li></a>");
	document.write("		</ul>");
	document.write("	</li>");
	document.write("	<li id=\"contactLi\"><a href=\"../english/contact/introduction.htm\">Contact Us</a>");
	document.write("		<ul id=\"contactSub\">");
	document.write("			<a href=\"../english/contact/enquiry_form.aspx\"><li>Enquiry Form</li></a>");
	document.write("			<a href=\"../english/contact/unhappy_service.htm\"><li>Complaints Procedure</li></a>");
	document.write("			<a href=\"../english/contact/how_to_get.htm\"><li>How to Find Us</li></a>");
	document.write("		</ul>");
	document.write("	</li>");
	document.write("	<li id=\"serviceLi\"><a href=\"../english/tenant_services/introduction.htm\">Tenant Services</a>");
	document.write("		<ul id=\"serviceSub\">");
	document.write("			<a href=\"../english/tenant_services/tenant_services.htm\"><li>General Information</li></a>");
	document.write("			<a href=\"../english/tenant_services/paying_rent.htm\"><li>Paying Rent</li></a>");
	document.write("			<a href=\"../english/tenant_services/maintenance_request.aspx\"><li>Maintenance Request</li></a>");
	document.write("			<a href=\"../english/tenant_services/emergency_service.htm\"><li>Emergency Service</li></a>");
	document.write("			<a href=\"../english/tenant_services/planned_maintenance.htm\"><li>Planned Maintenance</li></a>");
	document.write("			<a href=\"../english/tenant_services/responsibilities.htm\"><li>Responsibilities</li></a>");
	document.write("			<a href=\"../english/tenant_services/relet.htm\"><li>Re-let Standard</li></a>");
	document.write("			<a href=\"../english/tenant_services/service_standards.htm\"><li>Service Standards</li></a>");
	document.write("			<a href=\"../english/tenant_services/cefnogi_tenantiaid.htm\"><li>Tenant Support Service</li></a>");
	document.write("		</ul>");
	document.write("	</li>");
	document.write("	<li id=\"lookingLi\"><a href=\"../english/looking_for_home/introduction.htm\">Looking for a Home?</a>");
	document.write("		<ul id=\"lookingSub\">");
	document.write("			<a href=\"../english/looking_for_home/renting.aspx\"><li>Renting</li></a>");
	document.write("			<a href=\"../english/looking_for_home/homebuy.aspx\"><li>Home Buy</li></a>");
	document.write("		</ul>");
	document.write("	</li>");
	document.write("	<li id=\"opperLi\"><a href=\"../english/opportunities/introduction.htm\">Opportunities</a>");
	document.write("		<ul id=\"opperSub\">");
	document.write("			<a href=\"../english/opportunities/swyddi.htm\"><li>Jobs</li></a>");
	document.write("			<a href=\"../english/opportunities/join_the_association.aspx\"><li>Join the Association</li></a>");
	document.write("			<a href=\"../english/opportunities/tenant_groups.htm\"><li>Tenant Groups</li></a>");
	document.write("		</ul>");
	document.write("	</li>");
	document.write("</ul>");
	document.write("</div>");
	verifyListMenu();
	}
}