function myOut(targetId){
	if (document.getElementById)
		{
		target = document.getElementById(targetId);


				target.style.backgroundColor = "#F3F3F3";

		}
}
