<!--
URLALL = "http://www.kunstkitterei.1gate.com/pics/buttons/";

if (document.images) {

  editoron = new Image();
  editoron.src = URLALL+"editor2.gif";
  editoroff = new Image();
  editoroff.src = URLALL+"editor1.gif"; 

  metatagon = new Image();
  metatagon.src = URLALL+"metatag2.gif";
  metatagoff = new Image();
  metatagoff.src = URLALL+"metatag1.gif";

  gb_adminon = new Image();
  gb_adminon.src = URLALL+"guestbook2.gif";
  gb_adminoff = new Image();
  gb_adminoff.src = URLALL+"guestbook1.gif";

  uploadon = new Image();
  uploadon.src = URLALL+"upload2.gif";
  uploadoff = new Image();
  uploadoff.src = URLALL+"upload1.gif";

  homeon = new Image();
  homeon.src = URLALL+"home1.jpg";
  homeoff = new Image();
  homeoff.src = URLALL+"home.jpg";

  kunston = new Image();
  kunston.src = URLALL+"kunstkitterei1.jpg";
  kunstoff = new Image();
  kunstoff.src = URLALL+"kunstkitterei.jpg";

  flohon = new Image();
  flohon.src = URLALL+"flohmarkt1.jpg";
  flohoff = new Image();
  flohoff.src = URLALL+"flohmarkt.jpg";

  gbon = new Image();
  gbon.src = URLALL+"gb1.jpg";
  gboff = new Image();
  gboff.src = URLALL+"gb.jpg";

  kontakton = new Image();
  kontakton.src = URLALL+"kontakt1.jpg";
  kontaktoff = new Image();
  kontaktoff.src = URLALL+"kontakt.jpg";

  spielon = new Image();
  spielon.src = URLALL+"spiel1.jpg";
  spieloff = new Image();
  spieloff.src = URLALL+"spiel.jpg";

  }

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}

// -->

