function Popup(apri,t,l,w,h,barre) {
  if (barre == "") barre = "no";
  var stile = "top="+t+", left="+l+", width="+w+", height="+h+", status=no, menubar=no, toolbar=no, scrollbars="+barre+", resizable=no";
  window.open(apri, "", stile);
}

