
function writeHeader(aTtitle) {
  document.writeln('<html><head>');
  document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">');
  document.writeln('<title>' + aTtitle + '</title>');
  document.writeln('</head>');
  
  document.writeln('<body LINK="#0000ff" VLINK="#800080" BACKGROUND="../../pic/image1.jpg">');
  document.writeln('<table border="0" width="100%"><tr>');
    document.writeln('<td width="15%"><a href="../eco_run.htm"><img src="../../pic/globe_anm.gif" alt="Domácí stránka Economy Run" border="0" WIDTH="28" HEIGHT="28"></a></td>');
    document.writeln('<td width="70%"><p align="center"><font face="Arial" size="2" color="#008000"><strong><em><marquee align="middle" width="100%" border="0">&gt;&gt;&gt;  Vítáme Vás na stránkách Autoklubu Škoda Mladá Boleslav  - Economy Run 1999 &lt;&lt;&lt;</marquee></em></strong></font></td>');
    document.writeln('<td width="15%"><p align="right"><a href="http://autoklub.asysijd.cz"><img src="../../pic/autoklub_m.gif" width="28" height="28" alt="Domácí stránka Autoklubu Škoda" border="0"></a></td>');
  document.writeln('</tr></table><hr align="center" size="3">');
  document.writeln('<table border="0" width="100%" cellspacing="0"><tr>');
    document.writeln('<td valign="middle" align="center" width="30%"><img src="../../pic/Znak_ER_99.gif" width="106" height="106" alt="Znak_ER_99.gif (3255 bytes)"></td>');
    document.writeln('<td valign="middle" align="center" width="70%"><strong><em><font face="Arial" size="5" color="#008000">' + aTtitle + '<br>');
  document.writeln('</tr></table><hr align="center" size="3">');
}
