function doml(ml,b,a){ parent.location = ml+a+'@'+b} var lng="est"; function setRowColor(aRow, aColor) { if (aColor == '' || typeof(aRow.style) == 'undefined') { return false; } if (typeof(document.getElementsByTagName) != 'undefined') { var aCells = aRow.getElementsByTagName('td'); } else if (typeof(aTR.cells) != 'undefined') { var aCells = aRow.cells; } else { return false; } var rowCellsCnt = aCells.length; for (var c = 0; c < rowCellsCnt; c++) { aCells[c].style.backgroundColor = aColor; } return true; }
