<html> <head> <title>Les Royaumes Virtuels</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script> var message = new Array() message[0]="Liens" // Les liens associs aux messages. // Si vous ne souhaitez pas de lien, utilisez "#". var messageurl = new Array() messageurl[0]="#" messageurl[1]="#" messageurl[2]="#" messageurl[3]="#" // La largeur de la zone contenant le texte. // Il faut qu'elle soit un peu plus grande que le 'width' de la partie style. var textwidth=400 // La hauteur de la zone contenant le texte. // Il faut qu'elle soit un peu plus grande que le 'height' de la partie style. var textheight=80 // Distance de la zone de texte par rapport au bord gauche. // Pour centrer la zone de texte, gardez -1. // Sinon crivez le nombre (par exemple 223). var x_finalpos=-1 // Distance de la zone de texte par rapport au bord suprieur. var y_finalpos=20 // Nombre total de "tranches" var textslices=30 // Temps de pause (en secondes!) var pausetext=7 // Vitesse du dfilement horizontal var step=40 var pause=10  ////////////////////////////////////////////////// var x_rightspans=0 var x_leftspans=0 var marginright var marginleft var height_slice=Math.floor(textheight/textslices) var cliptop=0 var clipbottom=cliptop+height_slice var clipleft=0 var clipright=textwidth var spannummer=0 var spannrbefore=0 var i_message=0 pausetext=pausetext*1000  function initiate() { if (document.all) { if (x_finalpos==-1) { x_finalpos=Math.floor(document.body.clientWidth/2)-Math.floor(textwidth/2) } changemessage() } }  function changemessage() { for (i=0;i<=textslices-1;i++) { var thisspan=eval("span"+i) thisspan.innerHTML=message[i_message] } gostartposition() }  function gostartposition() { for (i=0;i<=textslices-1;i+=2) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft=marginright } for (i=1;i<=textslices-1;i+=2) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft=marginleft } moveslices_IE() }   function moveslices_IE() { if (x_rightspans==0 || x_leftspans==0) { if (x_rightspans==0) { for (i=0;i<=textslices-1;i+=2) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft-=step } if (thisspan.posLeft<=x_finalpos) { x_rightspans=1 for (i=0;i<=textslices-1;i+=2) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft=x_finalpos } } } if (x_leftspans==0) { for (i=1;i<=textslices-1;i+=2) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft+=step } if (thisspan.posLeft>=x_finalpos) { x_leftspans=1 for (i=1;i<=textslices-1;i+=2) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft=x_finalpos } } } var timer=setTimeout("moveslices_IE()",pause) } else { clearTimeout(timer) x_rightspans=0 x_leftspans=0 i_message++ if (i_message > message.length-1) { i_message=0 } var timer=setTimeout("changemessage()",pausetext) } } </script> <STYLE> A       { 	COLOR: "FFFF00";  	TEXT-DECORATION: none } A:hover { 	COLOR: "000099";  	TEXT-DECORATION: none } .textbox{ 	BORDER: 0px solid;  	COLOR: yellow;  	FONT-FAMILY: ARIAL;  	FONT-SIZE: 25px;  	FONT-STYLE: normal;  	FONT-WEIGHT: bold;  	HEIGHT: 75px;  	PADDING: 5px;  	TEXT-ALIGN: center;  	WIDTH: 400px } </STYLE></head>  <body bgcolor="#5A88D3" text="#FFFFFF" onload=initiate()> <SCRIPT> <!--  // Ne rien modifier ici ///////////////////// if (document.all) { for (i=0;i<=textslices-1;i+=2) { marginright=document.body.clientWidth+50 document.write("<span class='textbox' id='span"+i+"' style='position:absolute;visibility:visible; left:"+marginright+"px;top:"+y_finalpos+"px;clip:rect("+cliptop+"px "+clipright+"px "+clipbottom+"px "+clipleft+"px)'>") document.write("</span>") cliptop+=2*height_slice clipbottom+=2*height_slice } cliptop=height_slice clipbottom=2*height_slice  for (i=1;i<=textslices-1;i+=2) { marginleft=-textwidth-50 document.write("<span class='textbox' id='span"+i+"' style='position:absolute;visibility:visible; left:"+marginleft+"px;top:"+y_finalpos+"px;clip:rect("+cliptop+"px "+clipright+"px "+clipbottom+"px "+clipleft+"px)'>") document.write("</span>") cliptop+=2*height_slice clipbottom+=2*height_slice } } else document.write('<div align="center"><p><B><FONT COLOR="#FFFF00" SIZE=+3>Liens</FONT></B></p></div>'); // --> </SCRIPT>   <div style="position: absolute; left: 0px; right: 0px; top: 80px"> <table width="100%" border="0">   <tr align="center" valign="top">      <td height="31">          <table width="600" border="0" cellspacing="10">           <tr align="center" valign="top">              <td colspan="5" height="2">&nbsp;</td>           </tr>           <tr align="left" valign="top">              <td colspan="5" align="center">                <table width="400" border="1" cellspacing="0" cellpadding="0" bordercolor="#FFFF66">                 <tr>                    <td align="center" valign="top">                      <table width="100%" border="0" cellspacing="0" cellpadding="0">                       <tr>                          <td align="center" valign="top" bgcolor="#0080c0"><b>Informatique</b></td>                       </tr>                       <tr>                          <td align="center" valign="top">                           <table width="340" border="0" cellspacing="0" cellpadding="0">                             <tr>                               <td width="160" align="center" valign="middle" height="53"><a href="http://www.lci-albi.com" target="_self"><img src="images/logolci.jpg" width="50" height="50" border="0" alt="LCI"></a></td>                               <td width="20" height="53">&nbsp;</td>                               <td width="160" align="left" valign="middle" height="53">Le                                  Comptoir Informatique</td>                             </tr>                           </table>                         </td>                       </tr>                     </table>                   </td>                 </tr>               </table>             </td>           </tr>           <tr align="left" valign="top">             <td colspan="5" align="center">               <table width="400" border="1" cellspacing="0" cellpadding="0" bordercolor="#FFFF66">                 <tr>                    <td align="center" valign="top">                      <table width="100%" border="0" cellspacing="0" cellpadding="0">                       <tr>                          <td align="center" valign="top" bgcolor="#0080c0"><b>Jeux                            de Cartes</b></td>                       </tr>                       <tr>                          <td align="center" valign="top">                           <table width="340" border="0" cellspacing="0" cellpadding="0">                             <tr align="center">                                <td width="160" valign="middle" height="45" align="center"><a href="http://www.wizards.com/magic" target="_self"><img src="images/lienmagic.jpg" width="103" height="31" border="0" alt="Magic"></a></td>                               <td width="20" height="39">&nbsp;</td>                               <td width="160" align="left" valign="middle" height="39">Magic                                  l'Assembl&eacute;e </td>                             </tr>                             <tr align="center">                                <td width="160" valign="middle" align="center" height="45"><a href="http://www.wizards.com/l5r" target="_self"><img src="images/lienl5r.gif" width="88" height="31" border="0" alt="L5R"></a></td>                               <td width="20">&nbsp;</td>                               <td width="160" align="left" valign="middle">Legend                                  of the Five Rings</td>                             </tr>                             <tr align="center">                                <td width="160" valign="middle" align="center" height="45"><a href="http://www.wizards.com/pokemon" target="_self"><img src="images/lienpokemon.jpg" width="78" height="31" border="0" alt="Pok&eacute;mon"></a></td>                               <td width="20">&nbsp;</td>                               <td width="160" align="left" valign="middle">Pok&eacute;mon</td>                             </tr>                           </table>                         </td>                       </tr>                     </table>                   </td>                 </tr>               </table>             </td>           </tr>         </table>     </td>   </tr> </table> </div> </body> </html> 
