function ouvre_popup(url) {
popup=window.open(url,"nom_popup","menubar=no, status=no, scrollbars=no, resizable=no, menubar=no, width=700, height=280, left=150, top=200");
}
if (self.focus) {
popup.focus();
}

