function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#FFFF66";
}}
function cClik(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffff00";
}}
function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="transparent";
}}


