<!--
var url_name = window.location.href;
url_name = url_name.substr(url_name.lastIndexOf('_') + 1);
var compteur = parseFloat(url_name.substring(0,2));
if (!(isNaN(compteur))) {
  compteur = compteur;
}
else 
{
  compteur = compteurIndex;
}
var compteur1 = compteur;
compteur1--;
var compteur2 = compteur;
compteur2++;
if (compteur < 9) {
  link1 = "0";
  link1 = link1 + compteur1;
  link2 = "0";
  link2 = link2 + compteur2;
}
else if (compteur == 9 || compteur == 10) {
  link1 = "0";
  link1 = link1 + compteur1;
  link2 = compteur2;
}
else {
  link1 = compteur1;
  link2 = compteur2;
}
if (compteur == 1) {
  document.write("<TR><TD width=26><IMG src='../images/vide.gif' width=24 height=13 border=0></TD><TD width=238 align=center>");
  document.write("<SPAN class=Select><SELECT name=select_frm onChange='document.location=select_frm.options[select_frm.selectedIndex].value;' class=Select>");
  document.write("<OPTION value=recos_day.html>Les recos");
}
else {
  document.write("<TR><TD width=26><A href='recos_" + link1 + ".html'><IMG src='../images/fleche_gauche_recos.gif' width=24 height=13 border=0></A></TD><TD width=238 align=center>");
  document.write("<SPAN class=Select><SELECT name=select_frm onChange='document.location=select_frm.options[select_frm.selectedIndex].value;' class=Select>");
  document.write("<OPTION value=recos_day.html>Les recos");
}
var compteurOption;
for (compteurOption=1; compteurOption < 10 && compteurOption <= compteurIndex; compteurOption++)
  {
    document.write("<OPTION value=recos_0"+compteurOption+".html");
    document.write(">Jour " + compteurOption);
    if (compteurOption == compteur) 
      {
        document.recosForm.select_frm.options[compteur].selected = true;
      }
  }
for (compteurOption=10; compteurOption <= compteurIndex; compteurOption++)
  {
    document.write("<OPTION value=recos_"+compteurOption+".html");
    document.write(">Jour " + compteurOption);
    if (compteurOption == compteur) 
      {
        document.recosForm.select_frm.options[compteur].selected = true;
      }
  }
if (compteur == compteurIndex) {
  document.write("</SELECT></SPAN>");
  document.write("</TD><TD width=26 align=right><IMG src='../images/vide.gif' width=24 height=13 border=0></A></TD></TR>")
}
else {
  document.write("</SELECT></SPAN>");
  document.write("</TD><TD width=26 align=right><A href='recos_" + link2 + ".html'><IMG src='../images/fleche_droite_recos.gif' width=24 height=13 border=0></A></TD></TR>")
}
//-->

