Function delprev(id)
	rest = Confirm("Vuoi cancellare il preventivo " & id & "?")
	if rest = true then
	  window.location.href="private_lista_preventivi.asp?del="&id
	end if  
End function	
Function youtube(email)
//    if (document.form2.email_utente.value) <> "Scrivi la tua email per ascoltare le mie demo" and (document.form2.email_utente.value) <> ""  then
//	    window.open("http://www.youtube.com/watch?v=x_3zGV2-qKQ")
//    end if	 
end function
