//! popunico modificato da Isabella Ibba
function popunico(str) { 

nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=yes,width=300,height=300,top=100,left=80,right=80,status=no,location=no,toolbar=no'); 
nomevar.focus(); 

} 

