
<!-- hide script from old browsers

	function openWinZoom(theURL,iWidth,iHeight) {
	  
	  if (iWidth == -1) iWidth = 580;	  
	  if (iHeight == -1) iHeight = 400;
	  	  
	  newWin = window.open(theURL,'zoom','width=' + iWidth.toString +',height=' + iHeight.toString + ',directories=no,location=no,resizable=yes,menubar=no,scrollbars=yes,status=no,toolbar=no');
	  newWin.focus();
	  
	}


	function display(message) { 
	
		var risposta = window.confirm(message);
		return risposta;
		
	} 

	function winStandard(sPercorso,sName,sOptions) {
	  winNew = open(sPercorso,sName,sOptions);
	  winNew.location.href = sPercorso;
	}

//-->
