//ouvrir page
function Ouvrir(page) {
La_page=page;
}
function Fermer() {
La_page.close();
}


