function ouvrirdetail(theURL) { //v2.0
  w=window.open(theURL,'boutique','scrollbars=yes,resizable=yes,width=720,height=570,status=yes');
  w.focus();
}
function ouvrir_boutique(theURL) { //v2.0
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=980,height=500,status=yes');
}
function ouvrir_popup(theURL) { //v2.0
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=700,height=545');
}
function ouvrir_tableur(theURL) { //v2.0
  window.open(theURL,'','menubar=yes,scrollbars=yes,resizable=yes,width=700,height=545');
}
function ouvrir_login() { //v2.0
  window.open('http://cado.oxatis.com/PBUserAccount.asp?PGFVI=0','','status=yes,scrollbars=yes,resizable=yes,width=700,height=545');
}
function ouvrir_inscription() { //v2.0
  window.open('http://secure.oxatis.com/PBSubscribe.asp?SN=cado&PGFVI=0','','status=yes,scrollbars=yes,resizable=yes,width=700,height=545');
}
function ouvrir_paiement() { //v2.0
  window.open('http://www.aubonheurdesdames.com/formbuyer.php','','status=yes,scrollbars=yes,resizable=yes,width=700,height=700');
}
function ouvrir_remboursement() { //v2.0
  window.open('http://www.aubonheurdesdames.com/form-remboursement.php','','status=yes,scrollbars=yes,resizable=yes,width=700,height=550');
}
function ouvrir_question() { //v2.0
  window.open('http://www.aubonheurdesdames.com/form-question.php','','status=yes,scrollbars=yes,resizable=yes,width=650,height=450');
}
function ouvrir_ecard() { //v2.0
  window.open('http://www.aubonheurdesdames.com/cgi-bin/cartes/','','status=yes,scrollbars=yes,resizable=yes,width=650,height=600');
}