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

