function closeObj(id){
	var obj = document.getElementById(id);
	obj.style.display = 'none';
}