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