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