function apri(url,nome)
{
//  a = window.open("#",nome);
 // a.close();
  window.open(url,nome,'width=1000,height=750,screenX=20,screenY=20,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes');
}
