//JavaScript Document
function chiudi() {
	
	document.getElementById('popUpLivello').style.display='none'
	
	
	}
	

