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