<!-- Parchment edge table -->
<!-- Hide me
function borderStart() {
 document.write('<table width="770" align="center" valign="top" cellspacing="0" cellpadding="0" border="0">');
 document.write('  <tr>');
 document.write('    <td width="20" height="20" style="background-image: url(img/parchcorner_topleft.jpg);">&nbsp;</td>');
 document.write('    <td height="20" width="730" style="background-image: url(img/parchedge_top.jpg);">&nbsp;</td>');
 document.write('    <td width="20" height="20" style="background-image: url(img/parchcorner_topright.jpg);">&nbsp;</td>');
 document.write('  </tr>');
 document.write('  <tr>');
 document.write('    <td height="100%" width="20" style="background-image: url(img/parchedge_left.jpg);">&nbsp;</td>');
 document.write('    <td align="center" valign="top">');
}
-->
