 self.onerror = null;
 browserName = navigator.appName;
 browserVer = parseInt(navigator.appVersion);
 var version = "0"

 if (browserName == "Netscape" && browserVer >= 3 || browserName == "Microsoft Internet Explorer"  && browserVer >= 4) version = "yes";

 if (version == "yes")
 {

  bild1aus = new Image();
  bild1aus.src = "gif/b-ger.gif";
  bild1ein = new Image();
  bild1ein.src = "gif/b-ger2.gif";

  bild2aus = new Image();
  bild2aus.src = "gif/b-new.gif";
  bild2ein = new Image();
  bild2ein.src = "gif/b-new2.gif";

  bild3aus = new Image();
  bild3aus.src = "gif/b-town.gif";
  bild3ein = new Image();
  bild3ein.src = "gif/b-town2.gif";

  bild4aus = new Image();
  bild4aus.src = "gif/b-info.gif";
  bild4ein = new Image();
  bild4ein.src = "gif/b-info2.gif";

  bild5aus = new Image();
  bild5aus.src = "gif/b-cult.gif";
  bild5ein = new Image();
  bild5ein.src = "gif/b-cult2.gif";

  bild6aus = new Image();
  bild6aus.src = "gif/b-orge.gif";
  bild6ein = new Image();
  bild6ein.src = "gif/b-orge2.gif";

  bild7aus = new Image();
  bild7aus.src = "gif/b-youth.gif";
  bild7ein = new Image();
  bild7ein.src = "gif/b-youth2.gif";

  bild8aus = new Image();
  bild8aus.src = "gif/b-www.gif";
  bild8ein = new Image();
  bild8ein.src = "gif/b-www2.gif";

  bild9aus = new Image();
  bild9aus.src = "gif/b-visi.gif";
  bild9ein = new Image();
  bild9ein.src = "gif/b-visi2.gif";

  bild10aus = new Image();
  bild10aus.src = "gif/b-cnet.gif";
  bild10ein = new Image();
  bild10ein.src = "gif/b-cnet2.gif";

  bild11aus = new Image();
  bild11aus.src = "gif/b-sear.gif";
  bild11ein = new Image();
  bild11ein.src = "gif/b-sear2.gif";

  bild12aus = new Image();
  bild12aus.src = "gif/b-fimus.gif";
  bild12ein = new Image();
  bild12ein.src = "gif/b-fimus2.gif";

  bild13aus = new Image();
  bild13aus.src = "gif/b-heal.gif";
  bild13ein = new Image();
  bild13ein.src = "gif/b-heal2.gif";

  bild14aus = new Image();
  bild14aus.src = "gif/b-dese.gif";
  bild14ein = new Image();
  bild14ein.src = "gif/b-dese2.gif";
 }

 function bildein(imgName)
 {
  if (version == "yes")
   {
    imgOn = eval("bild" + imgName + "ein.src");
    document["bild" + imgName].src = imgOn;
   }
 }

 function bildaus(imgName)
 {
  if (version == "yes")
   {
   imgOff = eval("bild" + imgName + "aus.src");
   document["bild" + imgName].src = imgOff;
  }
 }
