function popunico(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=620,height=450,top=0,left=0,status=yes,location=no,toolbar=no'); 
nomevar.focus(); 

}  

