function tdin(id)

{



		var thestyle = eval ('document.all.'+id+'.style');

		//thestyle.backgroundColor="#FFFFFF";

		//thestyle.borderColor="#EAF1FF";



}







function tdout(id)

{



		var thestyle = eval ('document.all.'+id+'.style');

		//thestyle.backgroundColor="#CCFFCC";

		//thestyle.borderColor="#FFFFFF";



}



