
 // bottom menu creation
document.open("text/html", "replace");
document.write('<table border="0" width="100%">');
  document.write('<tr><td height="20"></td></tr>');
  document.write('<tr><td><hr width=200></td></tr>');
  document.write('<tr>');
  document.write('<td  align=center height="30">');
  document.write('<font face="Arial" size="2"><b><a href="main.htm">Home</a>&nbsp;&nbsp;&nbsp;');
  document.write('<a href="Woodford-FirstIss.htm">Paid Cancels</a>&nbsp;&nbsp;&nbsp; ');
  document.write('<a href="LargeCanoes.htm">Large Canoes</a>&nbsp;&nbsp;&nbsp; ');
  document.write('<a href="small_canoes.htm">Small Canoes</a>&nbsp;&nbsp;&nbsp; ');
  document.write('<a href="george_v.htm">George V</a>&nbsp;&nbsp;&nbsp;');
  document.write('<a href="george_vi.htm">George VI</a>&nbsp;&nbsp;&nbsp;');
  document.write('<a href="Links.htm">Links</a>&nbsp;&nbsp;&nbsp;');
  document.write('<a href="Bibliography.htm">Bibliography</a>&nbsp;&nbsp;&nbsp; ');
  document.write('<a href="auctions.htm">Auctions</a></b></font></td>');
  document.write('</tr>');
  document.write('<tr><td height="30" align=center><font size="1"><i>© Copyright 2008, Solomon Stamps</i></font></td></tr>');
  document.write('</table>');
document.close();
 

