// JavaScript Document
function OuvrirPopup(page) 
{
  window.open(page,"","width=700, height=500, scrollbars=yes");
}

