window.onerror = null

        browserName = navigator.appName;
        browserVer = parseInt(navigator.appVersion);

if (browserVer >= 3) version = "n3";
else version = "n2";               
if (version == "n3") {
         

         news1 = new Image;
        news1.src = "../images/navigation/news_txn.gif";        
         news2 = new Image;
        news2.src = "../images/navigation/news_txh.gif";
         

      Bild = new Array();
      Bild[0] = "news";
 

      Bild_Name = null  		
   	
   	}

function change (imageID,objectName,imageID2,objectName2) {
       if (Bild_Name != imageID)
       {
        if (version == "n3") {document.images[imageID].src = eval(objectName + ".src");

}
}
}

function aktiv(imageID) {
       var x;
       if (Bild_Name != imageID) {

            for ( i = 0; i < Bild.length ; i++) {
            
            if (Bild[i] != imageID) {
            x = Bild[i];
            document.images[x].src = eval(Bild[i] + "1.src");
            }
          }
        }
        document.images[imageID].src = eval(imageID + "2.src");
        Bild_Name = imageID;
}
 
