// JavaScript Document
var stile = "top=10, left=10, width=340, height=100, status=yes, menubar=no, toolbar=no scrollbar=no";
  function Popup(apri) {
        window.open(apri, "", stile);
     }