// JavaScript Document
function popup_plan() {
    window.open('popup_plan.php','projets', 'resizable=no, location=no, width=730, height=710, menubar=yes, status=no, scrollbars=no');
 }
 

function popup_formule(formule) {
    window.open(''+formule+'.php','formules', 'resizable=no, location=no, width=400, height=300, menubar=no, status=no, scrollbars=no');
 }
 
 function popup_details() {
    window.open('details-salles-seminaires.php','salles', 'resizable=no, location=no, width=630, height=570, menubar=no, status=no, scrollbars=no');
 }
