function WriteHeaders() {
  var col = "#2B802B";
  var colhi = "#c02B2B";
  var colrealhi = "#2B2Bc0";
  var colextrahi = "B72B9E";
  var colad = "#808080";
//  if (   navigator.userAgent.indexOf("2.") != -1
//      || navigator.userAgent.indexOf("3.") != -1) {
//    col = "#c0ffc0";
//    colhi = "#ffc0c0";
//    colrealhi = "#c0c0ff";
//    colrealhi = "#ffc0ff";
//    }

  document.writeln('<center>');
  document.writeln('<table width=100% cellpadding=2 cellspacing=1><tr>');
  document.writeln('<td rowspan=2 height=20 bgcolor=' + col + '><FONT FACE="Arial,Helvetica,Geneva,Swiss" size=1 color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></td>');

  ppbutton(1, col, "/index.htm#reports", "Match reports");
  ppbutton(1, col, "/index.htm#featured", "Feature articles");
  ppbutton(1, col, "/backissu.htm", "Back articles");
  ppbutton(1, col, "/fedback.htm", "Readers' feedback");
  ppbutton(1, col, "mailto:otlinfo@dax.nl", "Contact us");
  ppbutton(1, col, "/blog", "OTL Blog");

  document.writeln('<td width=8% rowspan=2 height=20 bgcolor=' + col + '><FONT FACE="Arial,Helvetica,Geneva,Swiss" size=1 color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></td>');
  document.writeln('</tr><tr>');

  ppbutton(1, col, "/gals/gallery2.htm", "Picture gallery");
  ppbutton(1, col, "/otlart3.htm", "Player homepages");
  ppbutton(1, col, "/gsc/gsc.html", "Grand slam contest");
  ppbutton(1, col, "/aw/awindex.htm", "Mr Ed archive");
  ppbutton(2, col, "/gsearch.htm", "<b>Search the site</b>");


  document.writeln('</tr><tr><td colspan=8 width=800 height=0 bgcolor="#ffffff"><FONT FACE="Arial,Helvetica,Geneva,Swiss" size=1 color="#ffffff"></td></tr></table>');
  document.writeln('</center>');

  // start Google layout
  document.writeln('<table><tr valign=top><td>');
  }

