<!--

function lightRow(theRow) {
	eval(theRow + ".className = 'hili'")
}
function dimRow(theRow) {
	eval(theRow + ".className = 'norm'")
}

-->