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_termine(bild)
{
  document.images.termine.src = bild;
}
function wechsel_foto(bild)
{
  document.images.foto.src = bild;
}
function wechsel_kontakt(bild)
{
  document.images.kontakt.src = bild;
}
function wechsel_links(bild)
{
  document.images.links.src = bild;
}
function wechsel_about(bild)
{
  document.images.about.src = bild;
}
function wechsel_gb(bild)
{
  document.images.gb.src = bild;
}

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()
}

