function popunico(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=no,resizable=no,width=350,height=200,top=20,left=20,status=no,location=no,toolbar=no'); 
nomevar.focus(); 

} 


