 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-eng.gif";
  bild1ein = new Image();
  bild1ein.src = "gif/b-eng2.gif";

  bild3aus = new Image();
  bild3aus.src = "gif/b-neu.gif";
  bild3ein = new Image();
  bild3ein.src = "gif/b-neu2.gif";

  bild4aus = new Image();
  bild4aus.src = "gif/b-such.gif";
  bild4ein = new Image();
  bild4ein.src = "gif/b-such2.gif";

  bild5aus = new Image();
  bild5aus.src = "gif/b-stadt.gif";
  bild5ein = new Image();
  bild5ein.src = "gif/b-stadt2.gif";

  bild6aus = new Image();
  bild6aus.src = "gif/b-info.gif";
  bild6ein = new Image();
  bild6ein.src = "gif/b-info2.gif";

  bild7aus = new Image();
  bild7aus.src = "gif/b-kult.gif";
  bild7ein = new Image();
  bild7ein.src = "gif/b-kult2.gif";

  bild8aus = new Image();
  bild8aus.src = "gif/b-org.gif";
  bild8ein = new Image();
  bild8ein.src = "gif/b-org2.gif";

  bild9aus = new Image();
  bild9aus.src = "gif/b-jug.gif";
  bild9ein = new Image();
  bild9ein.src = "gif/b-jug2.gif";

  bild10aus = new Image();
  bild10aus.src = "gif/b-akt.gif";
  bild10ein = new Image();
  bild10ein.src = "gif/b-akt2.gif";

  bild11aus = new Image();
  bild11aus.src = "gif/b-www.gif";
  bild11ein = new Image();
  bild11ein.src = "gif/b-www2.gif";

  bild12aus = new Image();
  bild12aus.src = "gif/b-desi.gif";
  bild12ein = new Image();
  bild12ein.src = "gif/b-desi2.gif";

  bild13aus = new Image();
  bild13aus.src = "gif/b-gast.gif";
  bild13ein = new Image();
  bild13ein.src = "gif/b-gast2.gif";

  bild14aus = new Image();
  bild14aus.src = "gif/b-bnw.gif";
  bild14ein = new Image();
  bild14ein.src = "gif/b-bnw2.gif";

  bild15aus = new Image();
  bild15aus.src = "gif/b-fimus.gif";
  bild15ein = new Image();
  bild15ein.src = "gif/b-fimus2.gif";

  bild16aus = new Image();
  bild16aus.src = "gif/b-akt.gif";
  bild16ein = new Image();
  bild16ein.src = "gif/b-akt2.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;
  }
 }
