function conferma_eliminaz(dom,url) {
	if (confirm(dom)) {
		window.location=url
	}
} 

