﻿function preventivo(valore){
	if (valore == '1'){
		alert("Richiesta inserita con successo");
		document.location.href = "Default.asp";
	}
}
