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

