     function popup(URL, style) {

        window.open(URL, "titolo", style);

     }