function writeStart() {  
   document.write('   <HTML>' + 
	'   <HEAD>' + 
	'   <LINK REL=stylesheet type="text/css"' + 
	'         href="theme/gallaghers_main.css"' + 
	'         title="Gallaghers Style Sheet">' + 
	'   ' + 
	'   <TITLE>Gallaghers Licensed Conveyancers Commissioner for Oaths</TITLE>' + 
	'   </HEAD>' + 
	'   <BODY>' + 
	'   ' + 
	'   <TABLE border="0" cellpadding="0" cellspacing="0" width="100%" height="80%" align="center">' + 
	'   	<TR>' + 
	'   		<TD colspan="2" width="120" class="titleLeftCell">' + 
	'   			<TABLE width="120" height="100%" border="0">' + 
	'   				<TR><TD class="titleLeftCell">' +
	'                               <img src="images/your_home_our_hands.135.80.gif"/></TD></TR>' + 
	'   				<TR><TD class="titleLeftCell">' +
	'                               <h1>Your Home in Our Hands</h1></TD></TR>' + 
	'   			</TABLE>' + 
	'   		</TD>' + 
	'   		<TD colspan="3" height="80" align="center" class="titleCell">' + 
	'               	<TABLE width="100%" height="100%" border="0">' + 
	'   				<TR><TD class="titleCell">' + 
	'				<h1>Gallaghers</h1>Licensed Conveyancers - Commissioner for Oaths' +
	'				</TD></TR>' + 
	'   			</TABLE>' +
	'   		</TD>' + 
	'   	</TR>' + 
	'   	<TR valign="top">' + 
	'   		<TD colspan="2" width="120">' + 
	'   			<TABLE border="1" cellspacing="3" width="120" class="menuTable">' + 
	'   				<TR><TD class="menuTitleCell">&nbsp;&nbsp;Menu</TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="index.html">&nbsp;&nbsp;Home</a></TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="about_contact.html">&nbsp;&nbsp;About Us&nbsp;/&nbsp;Contact</a></TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="residential.html">&nbsp;&nbsp;Residential&nbsp;Property</a></TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="commercial.html">&nbsp;&nbsp;Commercial&nbsp;Property</a></TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="remortgage.html">&nbsp;&nbsp;Remortgage</a></TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="wills.html">&nbsp;&nbsp;Wills</a></TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="probate.html">&nbsp;&nbsp;Probate</a></TD></TR>' + 
	'   				<TR><TD class="menuCell"><a href="power_of_attorney.html">&nbsp;&nbsp;Power&nbsp;of&nbsp;Attorney</a></TD></TR>' + 
	'   			</TABLE>' + 
	'   		</TD>' + 
	'		<TD colspan="3" width="100%" valign="middle" height="100%" class="contentCell">');	
}


function writeEnd() {  
   document.write('</TD></TR>'); //End main cell
   document.write('<TR><TD colspan="2">&nbsp;</TD>'); //End main cell   
   //Footer cell
   document.write('<TD colspan="2" class="footerCell"><HR width="70%">Suite 11 Broadway House, 2 Haygate Road, Wellington' +
		  'Telford, TF1 1QA. <BR>Telephone:- 01952 250274, Fax:- 01952 250276' +
		  '<BR>Email:- <a href="mailto:david@gallaghers-conveyancers.co.uk?subject=Enquiry from website.">david@gallaghers-conveyancers.co.uk</a><BR>' + 
		  '<a target="_blank" href="http://www.multimap.com/map/browse.cgi?client=public&search_result=&db=pc&cidr_client=none&lang=&keepicon=true&pc=TF11QA&advanced=&client=public&addr2=&quicksearch=TF1+1QA&addr3=&addr1=">Map Link</a> | ' + 
		  '<a target="_blank" href="http://maps.google.co.uk/maps?f=q&hl=en&q=TF1+1QA&ll=52.700964,-2.521877&spn=0.003654,0.014398">Gmap</a>' +
		  
		  '</TD></TR>');
   //End the page		  
   document.write('</TABLE></BODY></HTML>');   
}