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