<html><!-- #BeginTemplate "/Templates/modele sortie vtt.dwt" --> <head> <!-- #BeginEditable "doctitle" -->  <title>barrage de la rive</title> <!-- #EndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="JavaScript"> <!-- <!-- function MM_reloadPage(init) {  //reloads the window if Nav4 resized   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // -->  function MM_timelinePlay(tmLnName, myID) { //v1.2   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID   if (myID == tmLn.ID) { //if Im newest     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);     fNew = ++tmLn.curFrame;     for (i=0; i<tmLn.length; i++) {       sprite = tmLn[i];       if (sprite.charAt(0) == 's') {         if (sprite.obj) {           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range             keyFrm=1;             for (j=0; j<sprite.values.length; j++) {               props = sprite.values[j];                if (numKeyFr != props.length) {                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];               } else {                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];         } } } } }       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);       if (fNew > tmLn.lastFrame) tmLn.ID = 0;   } } }  function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (numGotos != null)     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}   jmpFwd = (fNew > tmLn.curFrame);   for (i = 0; i < tmLn.length; i++) {     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back     if (sprite.charAt(0) == "s") {       numKeyFr = sprite.keyFrames.length;       firstKeyFr = sprite.keyFrames[0];       lastKeyFr = sprite.keyFrames[numKeyFr - 1];       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);       for (j=0; j<sprite.values.length; j++) {         props = sprite.values[j];         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range         if (sprite.obj != null) {           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];           else        sprite.obj[props.prop2][props.prop] = props[propNum];       } }     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);   }   tmLn.curFrame = fNew;   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); }  function MM_initTimelines() { //v4.0     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.     var ns = navigator.appName == "Netscape";     var ns4 = (ns && parseInt(navigator.appVersion) == 4);     var ns5 = (ns && parseInt(navigator.appVersion) > 4);     document.MM_Time = new Array(1);     document.MM_Time[0] = new Array(1);     document.MM_Time["Timeline1"] = document.MM_Time[0];     document.MM_Time[0].MM_Name = "Timeline1";     document.MM_Time[0].fps = 15;     document.MM_Time[0][0] = new String("behavior");     document.MM_Time[0][0].frame = 210;     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";     document.MM_Time[0].lastFrame = 210;     for (i=0; i<document.MM_Time.length; i++) {         document.MM_Time[i].ID = null;         document.MM_Time[i].curFrame = 0;         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;     } }  function MM_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); } //--> </script> </head> <body bgcolor="#FFFFFF" text="#000000" onLoad="MM_preloadImages('../boutons/presentation3.gif','../boutons/photos3.gif','../boutons/tuyaux3.gif','../boutons/annonces3.gif','../boutons/contact3.gif','../boutons/liens3.gif','../graphismes/charlie/d3.gif','../boutons/flechegauche3.gif');MM_timelinePlay('Timeline1')" background="../graphismes/fondecran.jpg"> <table width="863" border="0" cellpadding="0" cellspacing="0" height="650">   <tr>      <td valign="top" height="127" colspan="2">        <div id="Layer1" style="position:absolute; width:200px; height:100px; z-index:1; left: 0px; top: 0px"><img src="../graphismes/hautecran.jpg" width="1024" height="127"></div>     </td>   </tr>   <tr>      <td width="118" height="606" valign="top"> <a href="../presentation.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','../boutons/presentation3.gif',1)"><img name="Image2" border="0" src="../boutons/presentation1.gif" width="99" height="43"></a><a href="../photos.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','../boutons/photos3.gif',1)"><img name="Image3" border="0" src="../boutons/photos1.gif" width="99" height="43"></a><img name="Image11" border="0" src="../boutons/inscription2.gif" width="99" height="42"><a href="../tuyaux_spots.php"><img name="Image5" border="0" src="../boutons/tuyaux1.gif" width="99" height="43" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../boutons/tuyaux3.gif',1)"></a><a href="../annonces.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','../boutons/annonces3.gif',1)"><img name="Image6" border="0" src="../boutons/annonces1.gif" width="99" height="43"></a><a href="../email.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','../boutons/contact3.gif',1)"><img name="Image7" border="0" src="../boutons/contact1.gif" width="99" height="43"></a><a href="../liens.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','../boutons/liens3.gif',1)"><img name="Image10" border="0" src="../boutons/liens1.gif" width="99" height="43"></a><a href="../musiques/taxi.mid"><img src="../graphismes/hautparleur.gif" width="40" height="40" border="0"></a><a href="../charlie.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','../graphismes/charlie/d3.gif',1)"><img name="Image1" border="0" src="../graphismes/charlie/d2.gif" width="97" height="122" alt="La page cach&eacute;e et humoristique."></a></td>     <td width="745" valign="top"><!-- #BeginEditable "modif" -->       <form method="POST" action="http://perso0.free.fr/cgi-bin/form2mail.pl">         <p>Formulaire d'inscription &agrave; la prochaine sortie VTT, si &ccedil;a            te tente, inscris toi c'est gratos. </p>         <p><b><i>Il faut s'inscrire avant la veille du d&eacute;part et avant            20h.</i></b></p>         <table width="549" border="0" bgcolor="#666666" cellpadding="1" cellspacing="0" align="center">           <tr>              <td align="center" height="20"><b><font color="#FFFFFF">Formulaire                d'inscritpion </font></b></td>           </tr>           <tr>              <td>                <table border=0 cellpadding=3 width="549" align="center" cellspacing="0" bgcolor="#FFFFFF">                 <tr>                    <td width="144">nom :</td>                   <td width="387">                      <input type="text" name="nom" value="" size=20>                   </td>                 </tr>                 <tr>                    <td width="144">pr&eacute;nom :</td>                   <td width="387">                      <input type="text" name="email" value="" size=20>                   </td>                 </tr>                 <tr>                    <td width="144">e-mail :</td>                   <td width="387">                      <input type="text" name="pageweb" size=40>                   </td>                 </tr>                 <tr>                    <td valign="top" width="144" height="114">                      <p>commentaires :</p>                   </td>                   <td width="387" height="114">                      <textarea name="comment" cols="50" rows="3" wrap="virtual"></textarea>                   </td>                 </tr>                 <tr>                    <td width="144">                      <input type="reset" name="reset" value="Effacer">                   </td>                   <td align=RIGHT width="387">                      <input type="submit" name="  O K  " value="Envoyer inscription">                   </td>                 </tr>               </table>             </td>           </tr>         </table>         <p>Rendez-vous : <font color="#008040">Au barrage de la rive il y a un            petit parking</font><font color="#008040"> (Pilat, Loire), dim 22 juillet            &agrave; 9h. </font><font color="#008040"><u onClick="MM_openBrWindow('../PHOTOS/plans/barragedelarive.jpg','barragedelaRive','width=531,height=296')">Pour            voir le plan d'acc&egrave;s clic ici</u>.</font></p>         <p>Guide du jour : <font color="#008040">Eric</font></p>         <p>Profil du parcours :<font color="#008080"> 700 m de d&eacute;nivel&eacute;s            cumul&eacute;s, 35km environ.</font></p>         <p>Niveaux :<font color="#004080"> cross country sportif </font></p>         <p><font color="#000000">Parcours :</font><font color="#808000"> </font></p>         <p>Inscription obligatoire.</p>         </form>       <!-- ici la fin du formulaire -->       <div align="center"><a href="../sortievtt.php"><img src="../boutons/flechegauche1.gif" width="44" height="38" border="0" name="Image41" onMouseOver="MM_swapImage('Image41','','../boutons/flechegauche3.gif',1)"></a></div>       <!-- #EndEditable --></td>   </tr> </table> </body> <!-- #EndTemplate --></html> 
