function wechsel_home(bild)
{
  document.images.home.src = bild;
}
function wechsel_kontakt(bild)
{
  document.images.kontakt.src = bild;
}
function wechsel_sh(bild)
{
  document.images.sh.src = bild;
}
function wechsel_gb(bild)
{
  document.images.gb.src = bild;
}
function wechsel_links(bild)
{
  document.images.links.src = bild;
}
function wechsel_events(bild)
{
  document.images.events.src = bild;
}
function wechsel_geb(bild)
{
  document.images.geb.src = bild;
}
function wechsel_hf(bild)
{
  document.images.hf.src = bild;
}
function wechsel_bilder(bild)
{
  document.images.bilder.src = bild;
}
function wechsel_mst(bild)
{
  document.images.mst.src = bild;
}

Bild = new Image();
Bild.src="images/a_rot.gif";
Bildgr = new Image();
Bildgr.src="images/a_gruen.gif";
Bildg = new Image();
Bildg.src="images/a_gelb.gif";
var LichtNr = 0;
function Laufe()
{
 for(var i = 0; i < 3; i++)
 {
  if(LichtNr == 1)
   {
    document.images['i0'].src=Bild.src;
   }
  else if(LichtNr == 2)
   {
    document.images['i0'].src=Bildg.src;
   }
  else if(LichtNr == 3)
   {
    document.images['i0'].src=Bildgr.src;
   }
 }
 LichtNr++;
 if(LichtNr == 4)
 {
  LichtNr = 0;
 }
 var timerID = setTimeout ("Laufe()",1000);
}

function foto_open()
{
win_opt=open("sites/fotos.html","fenster2","top=50,left=200,height=550,sreenX=50,screenY=200,width=550,scrollbars=no,resizable=no,menubar=no,status=yes");
win_opt.focus()
}
