// JavaScript Document

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

