

function cOn(tr){
if(document.getElementById||(document.all && !(document.getElementById))){
tr.style.backgroundColor="#990000";
}
}

function cOut(tr){
if(document.getElementById||(document.all && !(document.getElementById))){
tr.style.backgroundColor="#003366";
}
}
