// JavaScript Document
document.write('<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="5">');
document.write('  <tr>');
document.write('    <td colspan="2"><IMG SRC="picts/spacer.gif" HEIGHT="35" WIDTH="10" border="0"> </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><div align="center"><img src="picts/logo1.gif" width="210" height="75"></div></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><hr width="87%" noshade color="#000000" class="pict"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><TABLE border="2" align="center"  cellpadding="1" cellspacing="0" bordercolor="#C1C1C5" style="border-collapse: collapse">');
document.write('      <tr>');
document.write('        <td> ');
document.write('<img src="' + picture + '" width="200" height="250" border="0" class="pict">');
document.write('<BR>        </td>');
document.write('      </tr>');
document.write('    </table></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><hr width="87%" noshade color="#000000" class="pict"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2">      <a href="index.html">Home</a></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2">      <a href="about.htm">About us</a> </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2">      <a href="attorneys.htm">Attorneys</a></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2">      <a href="services.htm">Services</a></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2">      <a href="contact.htm">Contact</a></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2">      <a href="calculator.htm">Conveyancing Cost Calculator</a> </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><hr width="87%" noshade color="#000000" class="pict"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2">      Email:  <a href="mailto:info@britsdreyer.co.za"> info@britsdreyer.co.za</a></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><hr width="87%" noshade color="#000000" class="pict"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="26%" valign="middle">      <img src="picts/pdf_icon.gif" width="32" height="32">  </td>');
document.write('    <td width="74%" valign="middle"><a href="Directions.pdf">Download</a> Directions </td>');
document.write('  </tr>');
document.write('</table>');