/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */

    //var w;
    function Ouvrir() {
       var w=window.open("musique.html","pop1","width=100,height=100,top=0,left=0");
    }
    function Fermer() {
       var w=window.open("musique.html","pop1","width=100,height=100,top=0,left=0");
	   if (w.document) { w.close(); }
    }

