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