// Attention fichier important qui fait partie du site web !
// Ne pas déplacer et ne pas modifier n'importe comment !

// JEUNE
cat1="Débutants + Initiés";
cat2="Initiés + Confirmés";
cat3="Tous niveaux";
jeune_lun1="17h00 à 18h30<br><abbr title='"+cat1+"'>5-7 ans</abbr>";
jeune_lun2="18h30 à 20h00<br><abbr title='"+cat1+"'>11-14 ans</abbr>";
jeune_mar1="17h00 à 18h30<br><abbr title='"+cat2+"'>8-10 ans</abbr>";
jeune_mar2="18h30 à 20h00<br><abbr title='"+cat1+"'>9-12 ans</abbr>";
jeune_mer1="18h00 à 19h30<br><abbr title='"+cat1+"'>7-9 ans</abbr>";
jeune_mer2="19h30 à 21h00<br><abbr title='"+cat3+"'>14-17 ans</abbr>";
jeune_jeu1="17h00 à 18h30<br><abbr title='"+cat2+"'>8-10 ans</abbr>";
jeune_jeu2="18h30 à 20h00<br><abbr title='"+cat2+"'>11-14 ans</abbr>";
// ADULTE
adulte_lun_midi="12h00 à 13h30";
adulte_lun="<abbr title='dont 1h commune avec les jeunes'>19h00 à 22h00</abbr>";
adulte_mar="20h00 à 22h00";
adulte_mer="<abbr title='dont 1h commune avec les jeunes'>20h00 à 22h00</abbr>";
adulte_jeu="20h00 à 22h00";
adulte_ven="19h00 à 22h00";

//
date=new Date(); annee=date.getFullYear();
if(date.getMonth()<6) {saison=annee;} else {saison=annee+1;}
document.write("<cite>saison ",saison-1,"/",saison,"</cite><br><hr> \
<table border='1' class='classic' style='border-collapse: collapse; text-align: center;'> \
  <caption style='font-style: italic; text-decoration: underline;'>Jeune</caption> \
  <tr> <th>Lundi<br><span style='font-size:x-small;font-style:italic;color:gold;'>Nouveauté</span></th><th>Mardi</th><th>Mercredi</th><th>Jeudi</th> </tr> \
  <tr> <td>",jeune_lun1,"</td><td>",jeune_mar1,"</td><td>",jeune_mer1,"</td><td>",jeune_jeu1,"</td> </tr> \
  <tr> <td>",jeune_lun2,"</td><td>",jeune_mar2,"</td><td>",jeune_mer2,"</td><td>",jeune_jeu2,"</td> </tr> \
</table> \
<p>Cours dispensé par un <a href='http://www.charlaixscalade.com/?rubrique=contacts#moniteur'>moniteur</a> (Brevet d'Etat).</p> \
<table border='1' class='classic' style='border-collapse: collapse; text-align: center;'> \
  <caption style='font-style: italic; text-decoration: underline;'>Adulte</caption> \
  <tr> <th>Lundi</th><th>Mardi</th><th>Mercredi</th><th>Jeudi</th><th>Vendredi</th> </tr> \
  <tr> <td>",adulte_lun_midi,"</td><td>-</td><td>-</td><td>-</td><td>-</td> </tr> \
  <tr> <td>",adulte_lun,"</td><td>",adulte_mar,"</td><td>",adulte_mer,"</td><td>",adulte_jeu,"</td><td>",adulte_ven,"</td> </tr> \
</table> \
<p>Mur en accès réglementé sous la responsabilité d'un <a href='http://www.charlaixscalade.com/?rubrique=contacts#encadrement'>encadrant</a> (bénévole).</p> \
<hr> \
<p>Pour s'inscrire merci de fournir un dossier complet :</p> \
<!-- Conserver les URLs complete --> \
<ul> \
  <li><a id='fiche'>Fiche</a> d'<a href='http://www.charlaixscalade.com/doc/inscription",saison,"-jeune.pdf'>inscription jeune</a> ou d'<a href='http://www.charlaixscalade.com/doc/inscription",saison,"-adulte.pdf'>inscription adulte</a> dûment remplie</li> \
  <li><a href='/doc/FFME_certificat_medical.pdf'>Certificat médical</a> de non contre-indications à nos activités <strong>en compétition</strong>, valide pour la saison en cours</li> \
  <li>Réglement par chèque à l'ordre de <em>Charlaix'Scalade</em></li> \
  <li>Justificatifs divers (carte M'RA, chéquier jeune isère, etc...)</li> \
</ul> \
<hr>");

