// ouvrir une fenêtre avec la fiche du site
function popup(url) {window.open(url,'nom_de_la_fenetre','location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,width=700,height=900');
}

function popup1(url1) {window.open(url1,'nom_de_la_fenetre','location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,width=900,height=700');
}

function popup2(url2) {window.open(url2,'nom_de_la_fenetre','location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,width=320,height=250');
}

function popup3(url3) {window.open(url3,'nom_de_la_fenetre','location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no,width=700,height=700');
}