browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

var Auswahl=new Array(8)
var param
var i


Auswahl[1]="cell1"
Auswahl[2]="cell2"
Auswahl[3]="cell3"
Auswahl[4]="cell4"
Auswahl[5]="cell5"
Auswahl[6]="cell6"
Auswahl[7]="cell7"
Auswahl[8]="cell8"

function highLight(param) {
   for(i=1;i<Auswahl.length;i++) {
      if(param==i) {
         document.getElementById(Auswahl[i]).style.backgroundColor = "#CDCDCD";
      }
   }
}



function downlight(param) {
   for(i=1;i<Auswahl.length;i++) {
      if(param==i) {
         document.getElementById(Auswahl[i]).style.backgroundColor = "#DFDFDF";
      }
   }
}

/*function underframe() {
   if(document.URL=="http://www.mpz-alsdorf.de/Kontakt.html" ||
      parent.frames[0].location.href=="http://www.mpz-alsdorf.de/Anfahrt.html" ||
      document.URL=="http://www.mpz-alsdorf.de/Messstrecke.html" ||
      document.URL=="http://www.mpz-alsdorf.de/Rollenpruefstand.html" ||
      document.URL=="http://www.mpz-alsdorf.de/Uebersicht.html" ||
      document.URL=="http://www.mpz-alsdorf.de/Impressum.html" ||
      document.URL=="http://www.mpz-alsdorf.de/Partner.html")
      window.document.URL="http://www.mpz-alsdorf.de"
}*/
