function cOn(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="white";
	}
}

function cOut(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#FFECD1";
	}
}

function cOn1(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#006699";
	}
}

function cOut1(td){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor="#FF9900";
	}
}