function mouseOn(td){	if(document.getElementById||(document.all && !(document.getElementById))){		td.style.backgroundColor="#52B6B4";	}}function mouseOut(td){	if(document.getElementById||(document.all && !(document.getElementById))){		td.style.backgroundColor="#008081";	}}function mouseOutw(td){	if(document.getElementById||(document.all && !(document.getElementById))){		td.style.backgroundColor="#CCCCCC";	}}