	<!--
	function popup(theURL,winNome,w,h) { //v2.0
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	features = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',directories=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes';
 	window.open(theURL,winNome,features);
	 
	}
	//-->
	
	<!--
	function testo(theURL,winName,w,h) { //v2.0
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	features = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',directories=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no';
 	 window.open(theURL,winName,features);
	 
	}
	//-->
