// Bildtauscher LINKS
function changepic1(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/live.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn1.jpg";
}
function changepic2(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/news.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn1.jpg";
}
function changepic3(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/cooking.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn1.jpg";
}
function changepic4(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/liebling.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn1.jpg";
}
function changepic5(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/guestbook.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn1.jpg";
}
function changepic6(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/horrorskop.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn1.jpg";
}

// Bildtauscher RECHTS
function changerechts1(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/band.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn2.jpg";
}
function changerechts2(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/mailto.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn2.jpg";
}
function changerechts3(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/media.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn2.jpg";
}
function changerechts4(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/cds.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn2.jpg";
}
function changerechts5(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/galerie.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn2.jpg";
}
function changerechts6(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/myspace.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn2.jpg";
}
function changerechts7(where, onoff)
{
  if (onoff)
    document.getElementById(where).src="imagetemplate/youtube.jpg";
  else
    document.getElementById(where).src="imagetemplate/huhn2.jpg";
}

