function kopf3(p) {



document.write
  ('<a NAME="top">&nbsp;</a><div id="fixmenue" class="menu" style="position:absolute; left:10px; top:10px; font-size:8pt;">');
document.write
  ('<b>SV/EC</b><BR>');
document.write
  ('&nbsp;&nbsp;<a href="faq.htm" class="untermenue">FAQ</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="ankermaps.htm" class="untermenue">Anfahrt</a><BR>');
  document.write
  ('&nbsp;&nbsp;<a href="impressu.htm" class="untermenue">Impressum</a><BR>');
  document.write
  ('&nbsp;&nbsp;<a href="kontaktformular.htm" class="untermenue">Nachricht an uns</a><BR>');

document.write
  ('&nbsp;&nbsp;<a href="login/login.htm" class="untermenue">LogIn</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="erste.htm" class="untermenue">Home</a><BR>');

document.write
  ('<b>Kreise / Highlights</b><BR>');
document.write
  ('&nbsp;&nbsp;<a href="mkreis.htm" class="untermenue">MutterKindTreff</a><BR>');
  document.write
  ('&nbsp;&nbsp;<a href="ftreff.htm" class="untermenue">Frauentreff</a><BR>');
  document.write
  ('&nbsp;&nbsp;<a href="kind.htm" class="untermenue">Kindertreff</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="jungb.htm" class="untermenue">Bubenjungschar</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="jungm.htm" class="untermenue">M&auml;dchenjungschar</a><BR>');
  document.write
  ('&nbsp;&nbsp;<a href="http://www.Freundeskreis.Ankernews.de" class="untermenue" target="Freundeskreis">Freundeskreis</a><BR>');
  document.write
  ('&nbsp;&nbsp;<a href="jugendkreis.htm" class="untermenue">Jugendkreis</a><BR>');
  document.write
  ('&nbsp;&nbsp;<a href="hkreis.htm" class="untermenue">Hauskreise</a><BR>');

document.write
  ('&nbsp;&nbsp;------------------<BR>');
document.write
  ('&nbsp;&nbsp;<a href="fgottesd.htm" class="untermenue">Langschläfergodi</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="fgunterwegs.htm" class="untermenue">Unterwegs für Gott</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="missionsommer.htm" class="untermenue">Mission in Japan</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="mvesper.htm" class="untermenue">M&auml;nnervesper</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="ffruehst.htm" class="untermenue">Frauenfr&uuml;hst&uuml;ck</a><BR>');


document.write
  ('<b>Service</b><BR>');
document.write
  ('&nbsp;&nbsp;<a href="termine.htm" class="untermenue">Termine</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="linktip.htm" class="untermenue">Links</a><BR>');

document.write
  ('<b>Unser Bezirk</b><BR>');
document.write
  ('&nbsp;&nbsp;<a href="http://michelfeld.sv-ec.de" target="michelfeld" class="untermenue">SV Michelfeld</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="http://www.sv-hall.de" target="sha" class="untermenue">SV Schwäbisch Hall</a><BR>');
document.write
  ('&nbsp;&nbsp;<a href="http://www.sv-untermuenkheim.de/index2.php?gemeinde=4" target="minka" class="untermenue">SV Untermünkheim</a></DIV>');

};

var LLD=kopf3();

<!-- Es folgt Die Funktionen für die Browserabfrage -->
var DHTML = 0, DOM = 0, MS = 0, NS = 0, OP = 0, Datum = "© 08.04.2004";

function DHTML_init() {

 if (window.opera) {
     OP = "1";}
 if(document.getElementById) {
   DHTML = "1";
   DOM = "1";}
 if(document.all && !OP) {
   DHTML = "1";
   MS = "1";}
if(document.layers && !OP) {
   DHTML = "1";
   NS = "1";}
}

function getElem(p1,p2,p3) {
 var Elem;
 if(DOM) {
   if(p1.toLowerCase()=="id") {
     if (typeof document.getElementById(p2) == "object")
     Elem = document.getElementById(p2);
     else Elem = void(0);
     return(Elem);}
   else if(p1.toLowerCase()=="name") {
     if (typeof document.getElementsByName(p2) == "object")
     Elem = document.getElementsByName(p2)[p3];
     else Elem = void(0);
     return(Elem);}
   else if(p1.toLowerCase()=="tagname") {
     if (typeof document.getElementsByTagName(p2) == "object" || (OP && typeof document.getElementsByTagName(p2) == "function"))
     Elem = document.getElementsByTagName(p2)[p3];
     else Elem = void(0);
     return(Elem);}
   else return void(0);}
 else if(MS) {
   if(p1.toLowerCase()=="id") {
     if (typeof document.all[p2] == "object")
     Elem = document.all[p2];
     else Elem = void(0);
     return(Elem);}
   else if(p1.toLowerCase()=="tagname") {
     if (typeof document.all.tags(p2) == "object")
     Elem = document.all.tags(p2)[p3];
     else Elem = void(0);
     return(Elem);}
   else if(p1.toLowerCase()=="name") {
     if (typeof document[p2] == "object")
     Elem = document[p2];
     else Elem = void(0);
     return(Elem);}
   else return void(0);}
 else if(NS) {
   if(p1.toLowerCase()=="id" || p1.toLowerCase()=="name") {
   if (typeof document[p2] == "object")
     Elem = document[p2];
     else Elem = void(0);
     return(Elem);}
   else if(p1.toLowerCase()=="index") {
    if (typeof document.layers[p2] == "object")
     Elem = document.layers[p2];
    else Elem = void(0);
     return(Elem);}
   else return void(0);}
}

function getCont(p1,p2,p3) {
   var Cont;
   if(DOM && getElem(p1,p2,p3) && getElem(p1,p2,p3).firstChild) {
     if(getElem(p1,p2,p3).firstChild.nodeType == 3)
       Cont = getElem(p1,p2,p3).firstChild.nodeValue;
     else
       Cont = "";
     return(Cont);}
   else if(MS && getElem(p1,p2,p3)) {
     Cont = getElem(p1,p2,p3).innerText;
     return(Cont);}
   else return void(0);}

function getAttr(p1,p2,p3,p4) {
   var Attr;
   if((DOM || MS) && getElem(p1,p2,p3)) {
     Attr = getElem(p1,p2,p3).getAttribute(p4);
     return(Attr);}
   else if (NS && getElem(p1,p2)) {
       if (typeof getElem(p1,p2)[p3] == "object")
        Attr=getElem(p1,p2)[p3][p4]
       else
        Attr=getElem(p1,p2)[p4]
         return Attr;}
   else return void(0);}

function setCont(p1,p2,p3,p4) {
   if(DOM && getElem(p1,p2,p3) && getElem(p1,p2,p3).firstChild)
     getElem(p1,p2,p3).firstChild.nodeValue = p4;
   else if(MS && getElem(p1,p2,p3))
     getElem(p1,p2,p3).innerText = p4;
   else if(NS && getElem(p1,p2,p3)) {
     getElem(p1,p2,p3).document.open();
     getElem(p1,p2,p3).document.write(p4);
     getElem(p1,p2,p3).document.close();}
}

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


if (DOM){
  if (MS)
document.all["fixmenue"].style.left = document.body.scrollLeft + 10;
  else
     getElem("id","fixmenue",null).style.left = window.pageXOffset + 10;

}


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

UpdateIt();
DHTML_init();