function closeThickbox(div)
{
	document.getElementById(div).style.visibility = "hidden";
	
	tb_remove();
}
