function Richiesta(sMsg, sURL)
{
	bconferma=confirm(sMsg);
	if (bconferma==true)
	{
	  location.href=sURL;
	}  	  
}