var w;
    function Ouvrir() {
       w=window.open("radio.php","pop1","width=400,height=170");
    }
    function Fermer() {
       if (w.document) { w.close(); }
    }

