function gotohref(mahref) {
  mafenetre = window.open(mahref,"_blank","");
  mafenetre.focus();
}

function setfocus(monchoix) {
  monchoix.style.backgroundColor = "#004203";
}

function unsetfocus(monchoix) {
  monchoix.style.backgroundColor = "#000d21";
}

function gotoserie(maserie) {
  window.location.href = maserie;
}

