function cOnON(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#d1e2cd";}
}

function cOutON(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#d1e2cd";}
}

function cOnOFF(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#d1e2cd";}
}

function cOutOFF(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";}
}



function cOnONunav(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";}
}

function cOutONunav(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";}
}

function cOnOFFunav(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";}
}

function cOutOFFunav(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#d1e2cd";}
}
