<!--

function cOn(tr){
tr.style.backgroundColor="#F0F0F0";
}

function cOut(tr){
tr.style.backgroundColor="#FFFFFF";
}

//-->