
function aOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
	td.style.backgroundColor="#5C7088";
	}
}

function aOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
	td.style.backgroundColor="#99AAAE";
	}
}

