//<!--

function apriFinestra(theURL,winName,features) { 
	  pippo=window.open(theURL,winName,features)
	  pippo.focus(); 
	
	}
//-->