
var w;
function Ouvrir() {
    w=window.open('mapage.html', '', 'resizable=no, location=no, WIDTH=260, HEIGHT=204, FRAMEBORDER=0, MARGINWIDTH=0, MARGINHEIGHT=0, SCROLLING=no, allowtransparency=true, left=925, top=650');
    }
function Fermer() {
       if (w.document) { w.close(); }
    }
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}


