/*
SCRIPT TROUVE SUR L'EDITEUR JAVASCRIPT http://www.editeurjavascript.com
*/

bgcolorA='#3333FF'; bgcolorB='#DDDDFF';
hauteurcadre = 25;

xmenu = new Array; xlien = new Array;

xmenu[0] = 'Accueil';
xlien[0] = '<A HREF="index.html" CLASS=menudyn3>Retour vers la page principale du Ski-Club</A>';

xmenu[1] = 'Resultats Sportifs';
xlien[1] = '<A HREF="Resultats.html" CLASS=menudyn3>Historique des performances sportives de la saison en cours</A>';

xmenu[2] = 'Sections et Groupes';
xlien[2] = '<A HREF="Section Multi-Activite.html" CLASS=menudyn3>MULTI</A>';
xlien[2] += ' | ' + '<A HREF="Section Fond.html" CLASS=menudyn3>FOND</A>';
xlien[2] += ' | ' + '<A HREF="Section Alpin.html" CLASS=menudyn3>ALPIN</A>';
xlien[2] += ' | ' + '<A HREF="MicrobesAlpins.html" CLASS=menudyn3>Microbes Alpin</A>';
xlien[2] += ' | ' + '<A HREF="PoussinsAlpins.html" CLASS=menudyn3>Poussins Alpin</A>';
xlien[2] += ' | ' + '<A HREF="BenjaminsAlpins.html" CLASS=menudyn3>Benjamins Alpin</A>';
xlien[2] += ' | ' + '<A HREF="BenjaminsLoisirsAlpins.html" CLASS=menudyn3>Loisirs Alpin</A>';
xlien[2] += ' | ' + '<A HREF="GrandPrixAlpins.html" CLASS=menudyn3>Grand-Prix & FIS Alpin</A>';
xlien[2] += ' | ' + '<A HREF="Section Rando.html" CLASS=menudyn3>RANDO</A>';

xmenu[3] = 'Le Club';
xlien[3] = '<A HREF="Articles de presse.html" CLASS=menudyn3>Revue de Presse concernant le Ski-Club</A>';
xlien[3] += ' | ' + '<A HREF="Vie du Club.html" CLASS=menudyn3>Presentation du Ski-Club</A>';
xlien[3] += ' | ' + '<A HREF="Devenir Membre.html" CLASS=menudyn3>Comment devenir membre du Ski-Club</A>';

xmenu[4] = 'Evenements';
xlien[4] = '<A HREF="Evenements.html" CLASS=menudyn3>Calendrier des evenements sportifs et non sportifs</A>';
xlien[4] += ' | ' + '<A HREF="Derby_FicheTechnique.html" CLASS=menudyn3>Derby du Mont de la Guerre</A>';

xmenu[5] = 'Liens internet';
xlien[5] = '<A HREF="Liens.html" CLASS=menudyn3>Liens vers des sites internets interessants proposes par le Ski-Club</A>';

xmenu[6] = 'Archives';
xlien[6] = '<A HREF="2004-2005/index.html" CLASS=menudyn3>2004-2005</A>';
xlien[6] += ' | ' + '<A HREF="2005-2006/index.html" CLASS=menudyn3>2005-2006</A>';
xlien[6] += ' | ' + '<A HREF="2006-2007/index.html" CLASS=menudyn3>2006-2007</A>';
xlien[6] += ' | ' + '<A HREF="2007-2008/index.html" CLASS=menudyn3>2007-2008</A>';
xlien[6] += ' | ' + '<A HREF="2008-2009/index.html" CLASS=menudyn3>2008-2009</A>';
xlien[6] += ' | ' + '<A HREF="2009-2010/index.html" CLASS=menudyn3>2009-2010</A>';
xlien[6] += ' | ' + '<A HREF="2010-2011/index.html" CLASS=menudyn3>2010-2011</A>';

xmenu[7] = 'Prive CA';
xlien[7] = '<A HREF="prive_CA.html" CLASS=menudyn3>Acces reserve aux membres du Conseil Administration du Ski-Club</A>';

document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#000000; text-decoration:none;}\nA:hover.menudyn3 {color:#3333FF; text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=2 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*118)+' BGCOLOR='+bgcolorA+'><TR><TD><TABLE CELLPADDING=3 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>');

for(i=0;i<xlien.length;i++)
   {
   document.write('<TD BGCOLOR='+bgcolorA+' onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=3 FACE="Calibri"><B><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></B></FONT></TD>');
   }

document.write('</TR><TR><TD COLSPAN='+(xlien.length)+' BGCOLOR='+bgcolorB+' HEIGHT='+hauteurcadre+' VALIGN=center><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" WIDTH=100% HEIGHT='+hauteurcadre+'><div id="dynamenu33"></div></layer></ilayer></TD></TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
   {
   if(document.all)
      {
      document.all.td0.style.background=bgcolorA;
      document.all.td1.style.background=bgcolorA;
      document.all.td2.style.background=bgcolorA;
      document.all.td3.style.background=bgcolorA;
      document.all.td4.style.background=bgcolorA;
      document.all.td5.style.background=bgcolorA;
      document.all.td6.style.background=bgcolorA;	
      document.all.td7.style.background=bgcolorA;
      tditem.style.background=bgcolorB;
      }	
   else if(document.getElementById)
      {
      document.getElementById("td0").style.background=bgcolorA;
      document.getElementById("td1").style.background=bgcolorA;
      document.getElementById("td2").style.background=bgcolorA;
      document.getElementById("td3").style.background=bgcolorA;
      document.getElementById("td4").style.background=bgcolorA;
      document.getElementById("td5").style.background=bgcolorA;
      document.getElementById("td6").style.background=bgcolorA;
      document.getElementById("td7").style.background=bgcolorA;
      tditem.style.background=bgcolorB;
      }
   }

function MajMenu(menu)
   {
   which = xlien[menu];
   if (document.layers)
      {
      document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=3 FACE="Calibri">'+which+'</FONT>');
      document.dynamenu31.document.dynamenu32.document.close();
      }	
   else if (document.getElementById)
      {
      document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=3 FACE="Calibri">'+which+'</FONT></CENTER>';
      }
   else if (document.all)
      {
      dynamenu33.innerHTML='<FONT SIZE=3 FACE="Calibri">'+which+'</FONT>';
      }
   }


MajMenu(0);

