		<!--
		function pophelp(ID)	{
			// apre la finestra di popup
			var w = 320;
			var h = 320;
			var l = Math.floor((screen.width-w)/2);
			var t = Math.floor((screen.height-h)/2);
			popup=window.open('http://www.zonacremona.org/it/inc/pophelp.asp?id='+ID, 'pophelp', 'toolbar=no,directories=no,menubar=no,scrollbars=yes,width='+w+',height='+h+',top='+t+',left='+l+',marginheight=0,marginwidth=0,resizable=yes');
			popup.focus();
		}
		//-->

