var statuTimerID;
var statuTimerLaeuft = false;
var statuTimeout = 5000;
change = new Date (document.lastModified);
Tag = change.getDate();
Monat = change.getMonth() + 1;
Jahr = change.getYear();
if(Jahr < 30) Jahr+=2000;
if(Jahr > 79 && Jahr < 90) Jahr+=1920;
if(Jahr > 89 && Jahr < 200) Jahr+=1900;
datum = ((Tag<10) ? "0" + Tag : Tag) + "." + ((Monat<10) ? "0" + Monat : Monat) + "." + Jahr;

//Idee linkstatu und Entfernestatus: Dietmar Rabich

function linkstatu(text)
{
  status = text;
  if(statuTimerLaeuft)
    clearTimeout(statuTimerID);
  statuTimerID     = setTimeout("Entfernestatus()", statuTimeout);
  statuTimerLaeuft = true;
  return true;
}

function Entfernestatus()
{
  statuTimerLaeuft = false;
  status = "";
}

//Beratung: Wolfgang Schwarz

var Bgeins='url(xbgblue2.gif)';
var Bgzwei='url(xbgbeig1.gif)';
var Bgdrei='url(xbgblack.gif)';
var Bgvier='url(xbgbeig1.gif)';

AktuelleZelle=null;
AktuelleZelle2=null;

function BgWxl(ZellName,ZellName2,Bild,Bild2)
{
if (AktuelleZelle && ZellName!=AktuelleZelle) 
{
BgWxl(AktuelleZelle,AktuelleZelle2,Bgeins,Bgdrei);
}
AktuelleZelle=ZellName;
AktuelleZelle2=ZellName2;
if (document.all)
{
document.all[ZellName].style.backgroundImage=Bild;
document.all[ZellName2].style.backgroundImage=Bild2;
}

else if (document.getElementById)
{
document.getElementById(ZellName).style.background=Bild;
document.getElementById(ZellName2).style.background=Bild2;
}

else if (document.layers) 
{
document.layers[ZellName].background=Bild;
document.layers[ZellName2].background=Bild2;
}
}

function FrameWxlA(Hauptseite)
 {  
  parent.frames[3].location.href="va.htm";
  parent.frames[7].location.href=Hauptseite;
  }

function FrameWxlB(Hauptseite)
 {  
  parent.frames[3].location.href="vb.htm";
  parent.frames[7].location.href=Hauptseite;
  }

function FrameWxlC(Hauptseite)
 {  
  parent.frames[3].location.href="vc.htm";
  parent.frames[7].location.href=Hauptseite;
  }

function FrameWxlD(Hauptseite)
 {  
  parent.frames[3].location.href="vd.htm";
  parent.frames[7].location.href=Hauptseite;
  }

function FrameWxlE(Hauptseite)
 {  
  parent.frames[3].location.href="ve.htm";
  parent.frames[7].location.href=Hauptseite;
  }

function FrameWxlV(Hauptseite)
 {  
  parent.frames[3].location.href=Hauptseite;
  }