function Tabellehighlighted(theRow,Color) {
 theCells = theRow.cells;
 var rowCellsCnt  = theRow.cells.length;

 if (Color==1) {Color=theRow.style.background; }

 for (c = 0; c < rowCellsCnt; c++) {
  theCells[c].setAttribute('bgcolor', Color, 0);
 } // end for
}


function NeuesFenster(Programm,$Name,$Werte) {
 if(1==1) $Name=open(Programm,$Name,$Werte)
 else fenster.focus()
 }
