if(!ajax){
	var ajax = {};
}

ajax.closePopup = function(nome){
	if((popup = document.getElementById(nome))){
		popup.style.visibility = 'hidden';
	}
	if((popup = document.getElementById('com.centaur0.tags.AjaxLinkTag._fundoEscuro'))){
		popup.style.visibility = 'hidden';
	}
};
