function cOn(td) {
	if(document.getElementById||(document.all && !(document.getElementById))) {
		td.style.backgroundColor="#cccccc";
	}
}
function cOut(td) {
	if(document.getElementById||(document.all && !(document.getElementById))) {
		td.style.backgroundColor="#f3faff";
	}
}