var MenuCode = "" 


MenuCode += "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>" 
MenuCode += "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>" 
MenuCode += "<head>" 
MenuCode += "<title>Banhams Drop Down Menu</title>" 
MenuCode += "<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />" 
MenuCode += "<meta name='author' content='kris@squiders.com (http://www.squiders.com/)' />" 

MenuCode += "<link href='_style/menu/dropdown.css' media='all' rel='stylesheet' type='text/css' />" 
MenuCode += "<link href='_style/menu/default.advanced.css' media='all' rel='stylesheet' type='text/css' />" 
MenuCode += "<!--[if lt IE 7]>" 
MenuCode += "<script type='text/javascript' src='_scripts/js/jquery/jquery.js'></script>" 
MenuCode += "<script type='text/javascript' src='_scripts/js/jquery/jquery.dropdown.js'></script>" 
MenuCode += "<![endif]-->" 
MenuCode += "</head>" 
MenuCode += "<body>" 

MenuCode += "<ul class='dropdown dropdown-horizontal'>" 

MenuCode += "	<li><a href='index.html' class='dir'>Home &amp; About</a>" 
MenuCode += "	</li>" 


MenuCode += "	<li><a href='#' class='dir'>Our Services</a>" 
MenuCode += "		<ul>" 
MenuCode += "			<li><a href='funeral_services_kent.html'>Funeral Services</a></li>" 
MenuCode += "			<li><a href='funerals_kent.html'>Funerals</a></li>" 
MenuCode += "			<li><a href='coffins_kent.html'>Coffins & Ashes Caskets</a></li>" 
MenuCode += "			<li><a href='funeral_flowers.html'>Flowers</a></li>" 
MenuCode += "			<li><a href='cremation_urns.html'>Sharing and Keepsake Cremation Urns</a></li>" 
MenuCode += "			<li><a href='funeral_preplan.html'>Pre-Plan Funeral Service</a></li>" 
MenuCode += "		</ul>" 
MenuCode += "	</li>" 
	
MenuCode += "	<li><a href='#' class='dir'>Prices</a>" 
MenuCode += "		<ul>" 
MenuCode += "			<li><a href='pure_and_simple_funerals_kent.html'>Pure &amp; Simple</a></li>" 
MenuCode += "			<li><a href='dignified_funeral_kent.html'>The Dignified Funeral</a></li>" 
MenuCode += "			<li><a href='traditional_funerals_kent.html'>Traditional</a></li>" 
MenuCode += "		</ul>" 
MenuCode += "	</li>" 
	
MenuCode += "	<li><a href='testimonials.html' class='dir'>Testimonials</a>" 
MenuCode += "	</li>" 

MenuCode += "	<li><a href='charities.html' class='dir'>Charities</a>" 
MenuCode += "	</li>" 

MenuCode += "	<li><a href='#' class='dir'>Help &amp; Advice</a>" 
MenuCode += "		<ul>" 
MenuCode += "			<li><a href='when_a_loved_one_is_lost.html'>When a Loved One is Lost</a></li>" 
MenuCode += "			<li><a href='registering_a_death.html'>Registering a Death</a></li>" 
MenuCode += "		</ul>" 
MenuCode += "	</li>" 


MenuCode += "	<li><a href='contact_kent_funeral_director.html' class='dir'>Contact &amp; Location</a>" 
MenuCode += "	</li>" 

MenuCode += "</ul>" 
MenuCode += "</body>" 
MenuCode += "</html>" 

document.write(MenuCode)
