function wechsel_start(bild)
{
  document.images.startseite.src = bild;
}
function wechsel_ego(bild)
{
  document.images.ego.src = bild;
}
function wechsel_team(bild)
{
  document.images.team.src = bild;
}
function wechsel_saison1(bild)
{
  document.images.saison1.src = bild;
}
function wechsel_saison2(bild)
{
  document.images.saison2.src = bild;
}
function wechsel_termin(bild)
{
  document.images.termin.src = bild;
}
function wechsel_fotos(bild)
{
  document.images.fotos.src = bild;
}
function wechsel_kontakt(bild)
{
  document.images.kontakt.src = bild;
}
function wechsel_links(bild)
{
  document.images.links.src = bild;
}
function wechsel_news(bild)
{
  document.images.news.src = bild;
}
function wechsel_spons(bild)
{
  document.images.spons.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()
}

function foto_open_einzel(strGalerie)
{
 win_opt=open("de/" + strGalerie ,"fenster4", "top=50,left=200,sreenX=50,screenY=200,height=600,width=750,scrollbars=no,resizable=no,menubar=no,status=yes");
 win_opt.focus();
 }

