//vb_header.js script  &copy Volker E. Beck   ;


function header1()

{

document.write('<table align="center" style="border-color: #a0a080; border-style: solid" border="3" cellpadding="3" width="100%" rules="none" frame="box" height="8%">');
document.write('<colgroup width="30%" span="1"></colgroup>');
document.write('<colgroup width="70%" span="1"></colgroup>');
document.write('<tbody> <tr> <td class="h"></td> ');
document.write('    <td class="y"> ');
document.write('        <a href="vb00.htm" >[Home]</a>'+' &nbsp; ');
document.write('        <a href="vbgal.htm" >[Fotogalerie]</a>'+' &nbsp; ');
document.write('        <a href="RadTour/vbrad.htm" >[Radfahren]</a>'+' &nbsp;');
document.write('        <a href="vblinks.htm" >[Links]</a> '+'&nbsp;  ');
document.write('        <a href="mailto:volker.beck@online.de" >[Kontakt]</a>'+'&nbsp; ');
document.write('        <a href="vbimpressum.htm" >[Impressum]</a> '+'&nbsp;  ');
document.write('        <a href="vbcv.htm" >[Zur Person]</a> '+'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('        </td>  </tr>    ');
document.write('</tbody>');
document.write('</table>');

}
function header2()

{

document.write('<table align="center" style="border-color: #a0a080; border-style: solid" border="3" cellpadding="3" width="100%" rules="none" frame="box" height="8%">');
document.write('<colgroup width="30%" span="1"></colgroup>');
document.write('<colgroup width="70%" span="1"></colgroup>');
document.write('<tbody> <tr> <td class="h"></td> ');
document.write('    <td class="y"> ');
document.write('        <a href="../vb00.htm" >[Home]</a>'+' &nbsp; ');
document.write('        <a href="../vbgal.htm" >[Fotogalerie]</a>'+' &nbsp; ');
document.write('        <a href="../RadTour/vbrad.htm" >[Radfahren]</a>'+' &nbsp;');
document.write('        <a href="../vblinks.htm" >[Links]</a> '+'&nbsp;  ');
document.write('        <a href="mailto:volker.beck@online.de" >[Kontakt]</a>'+'&nbsp; ');
document.write('        <a href="../vbimpressum.htm" >[Impressum]</a> '+'&nbsp;  ');
document.write('        <a href="../vbcv.htm" >[Zur Person]</a> '+'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('        </td>  </tr>    ');
document.write('</tbody>');
document.write('</table>');

}


//--></SCRIPT><SCRIPT LANGUAGE=javascript><!--
