function closeThis ( myObj )
{
	document.getElementById(myObj).style.display = "none";
}