// JavaScript Document

  var stile = "top=10, left=10, width=800, height=600, status=no, menubar=no, toolbar=no scrollbar=yes";
     function Popup(apri) {
        window.open(apri, "", stile);
     }


/*
nel file html



*/