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

