	function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#3BBFEF";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";
}
}

	function dOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#782a4f";
}
}

function dOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#f8e5ee";
}
}