function kopf1(p) {


document.write
  ('<a NAME="top">&nbsp;</a><div id="fixmenue" class="menu" style="position:absolute ; left:0px;>');
document.write
  ('<span id="m1" class="menu" style="left:0;"><table border=0 width=100 style="font-size:8pt"><tr><td align=left>');
document.write
  ('<a href="javascript:do_menu(\'m1x\')" onmouseover="do_check(\'m1x\')" class="menue"><nobr><b>© 23.12.2011</b></nobr></a></td></tr></table><span id="m1x" class="submenu" style="left:0;">');
document.write
  ('<table border=0 width=100><tr><td>');
document.write
  ('<a href="bernd.htm" class="untermenue"><nobr>Der Autor</nobr></a><BR>');
document.write
  ('<a href="http://www.verrenberg-historisch.de/download/um-download/index.php" class="untermenue" target=download ><nobr>Downloads</nobr></a><BR>');
document.write
  ('<a href="impressu.htm" class="untermenue"><nobr>Impressum</nobr></a><BR>');
document.write
  ('<a href="history.htm" class="untermenue"><nobr>History</nobr></a><BR>');
document.write
  ('<a href="kontaktformular.htm" class="untermenue"><nobr>Kontakt</nobr></a><BR>');
document.write
  ('</td></tr></table></span>');
 document.write
  ('</span>');


document.write
  ('<span id="m3" class="menu" style="left:100;"><table border=0 width=250><tr><td align=left>');
document.write
  ('<a href="javascript:do_menu(\'m3x\')" onmouseover="do_check(\'m3x\')" class="menue"><b>Links</b></a></td></tr></table></span><span id="m3x" class="submenu" style="left:100;">');
document.write
  ('<table border=0 width=220><tr><td align=left>');
document.write
  ('<a href="http://www.HeinleNews.de" class="untermenue" target="heinle"><nobr>Familienforschung Heinle</nobr></a><BR>');
document.write
  ('<a href="http://www.aerzte-fuer-subachoque-kolumbien.de" class="untermenue" target="_new"><nobr>Ärzte für Subachoque - Kolumbien</nobr></a><BR>');
document.write
  ('<a href="http://www.TSG-Verrenberg.de" class="untermenue" target="neu"><nobr>TSG-Verrenberg</nobr></a><BR>');
document.write
  ('</td></tr></table></span>');
 document.write
  ('</span>');


document.write
  ('<span id="m2" class="menu" style="left:170;"><table border=0 width=250><tr><td align=left>');
document.write
  ('<a href="javascript:do_menu(\'m2x\')" onmouseover="do_check(\'m2x\')" class="menue"><b>Infos</b></a></td></tr></table></span><span id="m2x" class="submenu" style="left:170;">');
document.write
  ('<table border=0 width=220><tr><td align=left>');
document.write
  ('<a href="verrmaase.htm" class="untermenue"><nobr>Ma&szlig;e, L&ouml;hne, Preise, ..</nobr></a><BR>');
document.write
  ('<a href="verrwochentag.htm" class="untermenue"><nobr>Datum => Wochentag berechnen</nobr></a><BR>');
document.write
  ('</td></tr></table></span>');
 document.write
  ('</span>');






document.write
  ('<span id="m7" class="menu" style="left:350;" onmouseover="do_out(\'m7x\')"><table border=0 width=150><tr><td align=left>');
document.write
  ('<a href="verrenberg.htm" class="menuetop"><b>Zur Startseite</b></a></td></tr></table></span>');


document.write
  ('<span id="m6" class="menu" style="left:500;" onmouseover="do_out(\'m6x\')"><table border=0 width=250><tr><td align=center>');
document.write
  ('<a href="#top" class="menuetop"><b>Zum Seitenanfang</b></a></td></tr></table></span>');

document.write
  ('<SPAN class="menu" style="left:750;"><table border=0 width=250><tr><td align=center><A HREF="javascript:void(0);" class="menue" >www.Verrenberg-Historisch.de</a></td></tr></table></SPAN></DIV>');
  };
var LD=kopf1();

<!-- Es folgt: Die Funktionen für Menue fixieren -->
function UpdateIt(){
if (DOM){
  if (MS)
document.all["fixmenue"].style.top = document.body.scrollTop;
  else
     getElem("id","fixmenue",null).style.top = window.pageYOffset;
}
if (DOM){
  if (MS)
document.all["fixmenue"].style.left = document.body.scrollLeft;
  else
     getElem("id","fixmenue",null).style.left = window.pageXOffset;

setTimeout("UpdateIt()", 50);
}
}
UpdateIt();
