

function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";
}
}

function cOuth(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#fbdcde";
}
}
function cOuti(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#6B4146";
}
}
function cOuts(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#542F34";
}
}




