// JavaScript Document
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" id="topmenu">');
document.write('	  <tr align="center">');
document.write('	    <td width="12%"><a href="index.htm">Homepage</a></td>');
document.write('	    <td width="11%"><a href="mortgage_enquiry.htm">Mortgages</a></td>');
document.write('	      <td width="21%"><a href="lifecover_enquiry.htm">Life / Critical Illness Cover</a></td>');
document.write('	    <td width="16%"><a href="loan_enquiry.htm">Secured Loans</a></td>');
document.write('	      <td width="18%"><a href="home_insurance_enquiry.htm">Home Insurance</a></td>');
document.write('	    <td width="22%"><a href="brokers.htm">Brokers/Introducers</a></td>');
document.write('	    </tr>');
document.write('	  <tr align="center">');
document.write('	    <td><a href="index.htm"><img src="images/Home.gif" name="home" width="30" height="29" border="0" id="home" onMouseOver="document.home.src=\'images/Home1.gif\'" onMouseOut="document.home.src=\'images/Home.gif\'"></a></td>');
document.write('	    <td><a href="mortgage_enquiry.htm"><img src="images/key.gif" name="key" width="43" height="33" border="0" id="key" onMouseOver="document.key.src=\'images/key1.gif\'" onMouseOut="document.key.src=\'images/key.gif\'"></a></td>');
document.write('	    <td><a href="lifecover_enquiry.htm"><img src="images/heart.gif" name="heart" width="24" height="28" border="0" id="heart" onMouseOver="document.heart.src=\'images/heart1.gif\'" onMouseOut="document.heart.src=\'images/heart.gif\'"></a></td>');
document.write('	    <td><a href="loan_enquiry.htm"><img src="images/padlock.gif" name="padlock" width="27" height="29" border="0" id="padlock" onMouseOver="document.padlock.src=\'images/padlock1.gif\'" onMouseOut="document.padlock.src=\'images/padlock.gif\'"></a></td>');
document.write('	    <td><a href="home_insurance_enquiry.htm"><img src="images/home_insurance.gif" name="circle" width="30" height="30" border="0" id="circle" onMouseOver="document.circle.src=\'images/home_insurance1.gif\'" onMouseOut="document.circle.src=\'images/home_insurance.gif\'"></a></td>');
document.write('	    <td><a href="brokers.htm"><img src="images/handshake.gif" name="handshake" width="62" height="34" border="0" id="handshake" onMouseOver="document.handshake.src=\'images/handshake1.gif\'" onMouseOut="document.handshake.src=\'images/handshake.gif\'"></a></td>');
document.write('	    </tr>');
document.write('    </table>');
