function conferma() {
	if(window.confirm('Sei sicuro?'))
		return true;
	else
		return false;
}
