	<!--
		function popup(scelta)
			{
				finestra = window.open(scelta,'','scrollbars=yes,resizable=NO,width=600,height=350,status=no,location=no,toolbar=no,left=50,top=50');
			}
		function popupwh(scelta,w,h)
			{
				finestra = window.open(scelta,'','scrollbars=yes,resizable=NO,width='+w+',height='+h+',status=no,location=no,toolbar=no,left=50,top=50');
			}
			
		function elimina_url(loc,Viewtesto)
		{
			if (confirm(Viewtesto))
			{
				document.location.href=loc
			}
		}
		
		function nascondi(vis){
			if (vis){
				document.registration.TXT_RAGSOC.style.display='';
				document.registration.TXT_FATT_PIVA.style.display='';
				document.getElementById('DIV_TXT_RAGSOC').style.display='';
				document.getElementById('DIV_TXT_FATT_PIVA').style.display='';
			}else
			{
				document.registration.TXT_RAGSOC.style.display='none';
				document.registration.TXT_FATT_PIVA.style.display='none';
				document.getElementById('DIV_TXT_RAGSOC').style.display='none';
				document.getElementById('DIV_TXT_FATT_PIVA').style.display='none';
			}
		}
	-->
