  document.writeln('<TABLE ALIGN=CENTER WIDTH=600 COLUMNS=3 BORDER=0 CELLPADDING=0 CELLSPACING=0>');
  document.writeln('<TR>');
  document.writeln('<TD ROWSPAN=2 WIDTH=75 HEIGHT=120 ALIGN=LEFT><IMG SRC="' + root + 'img/arms70x120t.gif" WIDTH=70 HEIGHT=120 BORDER=O ALT="A Sedgwick Coat-of-arms"></TD>');
  document.writeln('<TD WIDTH=325 HEIGHT=72><B><FONT FACE="ARIAL" SIZE=5>SEDGWICK.ORG</FONT>');
  document.writeln('<BR><FONT FACE="ARIAL" SIZE=2>Sedgwick Genealogy North America</B></TD>');
  document.writeln('<TD WIDTH=200 ALIGN=RIGHT VALIGN=TOP><FONT FACE="Arial" SIZE=1><B><BR>');
  document.writeln('<A HREF="http://www.sedgwick.org" TARGET="_top">Home</A>');
  document.writeln('&#124; <A HREF="' + root + 'na/index.html" TARGET="_top">US / CAN</A>');
  document.writeln('&#124; <A HREF="http://www.sedgwickuk.org" TARGET="_top">UK / AU / NZ</A>');

  if (regnav) {
  regroot = root.substr(3)
  document.writeln('<BR><A HREF="' + regroot + 'families/families.html" TARGET="_top">Families</A>');
  document.writeln('&#124; <A HREF="' + regroot + 'library/library.html" TARGET="_top">Library</A>');
  document.writeln('&#124; <A HREF="' + regroot + 'misc/miscellanea.html" TARGET="_top">Misc</A>');
  document.writeln('&#124; <A HREF="' + regroot + 'misc/tools.html" TARGET="_top">Tools</A>');
  }
  
  document.writeln('</B></FONT></TD>');
  document.writeln('</TR>');
  document.writeln('<TR>');
  document.writeln('  <TD colspan=2 WIDTH=444 ALIGN=CENTER HEIGHT=48><B>' + sub1);
  if (sub2 != '') document.writeln('  <BR>' + sub2)
  document.writeln('</B>')
  document.writeln('  </TD>');
  document.writeln('</TR>');
  document.writeln('</TABLE>');
  document.writeln('<TABLE ALIGN=CENTER WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0>');
  document.writeln('<TR><TD COLSPAN=3 HEIGHT=5></TD></TR>');
  document.writeln('<TR><TD colspan=3 height=24 valign=top><IMG SRC="' + root + 'img/dv01.gif" HEIGHT=7 WIDTH=600></TD></TR>');
  document.writeln('</TABLE>');

