function cOn(td){

if(document.getElementById||(document.all && !(document.getElementById))){

td.style.backgroundColor="#e5e5e5";

}

}

function cOut(td){

if(document.getElementById||(document.all && !(document.getElementById))){

td.style.backgroundColor="#ffffff";

}

}
