	<!--
		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');
			}
			
	-->