function mouseOn(td){	if(document.getElementById||(document.all && !(document.getElementById))){		td.style.backgroundColor="333333";		}}function mouseOut(td){	if(document.getElementById||(document.all && !(document.getElementById))){		td.style.backgroundColor="";	}}