<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> A P R A N E T </title> <meta name="Keywords" content=""> <meta name="Description" content="">     <!-- scrolling script for the text in the page -->  <script language="JavaScript1.2"> /******************************************************************************** This script is made by and copyrighted to Thomas Brattli at www.bratta.com Visit for more great scripts.  This may be used freely as long as this msg is intact! ******************************************************************************** Browsercheck:*/ ie=document.all?1:0 n=document.layers?1:0  /********************************************************************************* These are the variables you have to set: *********************************************************************************/  //The speed of the timeout between each scroll. timSpeed=50  //The height of the container (change this when it scrolls to much or to little) contHeight=100  /********************************************************************************* This is the object constructor function, which applies  methods and properties to the Cross-browser layer object *********************************************************************************/ function makeScrollObj(obj,nest){ 	nest=(!nest) ? '':'document.'+nest+'.'										 	this.css=(n) ? eval(nest+'document.'+obj):eval('document.all.'+obj+'.style')							 	this.scrollHeight=n?this.css.document.height:eval('document.all.'+obj+'.offsetHeight')							 	this.top=b_gettop										 	return this } //Getting the top for the top method function b_gettop(){ 	var gleft=(n) ? eval(this.css.top):eval(this.css.pixelTop); 	return gleft; } //Variables var scrollTim; var active=0; /********************************************************************************* The scroll function. Checks what way to scroll and checks if the layer is not already on top or bottom. *********************************************************************************/ function scroll(speed){ 	clearTimeout(scrollTim) 	way=speed>0?1:0 	if((!way && oScroll[active].top()>-oScroll[active].scrollHeight+contHeight) || (oScroll[active].top()<0 && way)){ 		oScroll[active].css.top=oScroll[active].top()+speed 		scrollTim=setTimeout("scroll("+speed+")",timSpeed) 	} } //Clears the timeout so the scroll stops, this is called onmouseout. function noScroll(){ 	clearTimeout(scrollTim) } /********************************************************************************* Changes the active layer. Hides the one that's visible and shows the "new" one. Also set's the new layers top to 0 so it starts at top. *********************************************************************************/ function changeActive(num){ 	oScroll[active].css.visibility='hidden' 	active=num 	oScroll[active].css.top=0 	oScroll[active].css.visibility='visible' } /********************************************************************************* Initilizes the page, makes a oScroll Array and calls the object constructor. Here you can add as many scrollObjects as you want *********************************************************************************/ function scrollInit(){ 	oScroll=new Array() 	oScroll[0]=new	makeScrollObj('divScroll1','divCont') 	oScroll[0].css.visibility='visible' } /********************************************************************************* Executes the scrollInit function on pageload. *********************************************************************************/ onload=scrollInit; //--> </script> <style> #divControl{position:absolute; width:50; font-family:arial; left:635; top:163; font-size:10pt; } #divCont{position:absolute; top:160; left:178; clip:rect(0,450,240,0); height:150; width:450} .clScroll{position:absolute; top:0; font-size:10pt; left:0; font-family:arial; visibility:hidden} </style>  <!-- ///scrolling script for the text in the page -->   </head>  <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#000000" text="#333333">  <!-- layout -->  <!-- header --> <table width="770" cellspacing="0" cellpadding="0" border="0">  <tr>  <td width="770" align="center" colspan="4"><img src="img/grey.gif" width="641" height="23" border="0"><img src="img/red.gif" width="1" height="23" border="0"><img src="img/grey.gif" width="62" height="23" border="0"><img src="img/ref_001.jpg" width="66" height="23" border="0"></td>  </tr>  <tr>  <td width="28" valign="top" bgcolor="#FFFFFF"><img src="img/grey.gif" width="28" height="68" border="0"><br> <img src="img/bfr_logo.gif" width="28" height="11" border="0"></td>  <td width="129"><a href="home.php"><img src="img/logo.gif" width="129" height="84" border="0" alt="Logo"></a></td>  <td width="485" valign="top"><img src="img/grey.gif" width="484" height="20" border="0"><img src="img/red.gif" width="1" height="20" border="0"><br> <img src="img/aftr_logo.gif" width="485" height="64" border="0"></td>  <td width="128" valign="top"><img src="img/grey.gif" width="62" height="12" border="0"><img src="img/ref_002.jpg" width="66" height="12" border="0"><br> <img src="img/grey.gif" width="128" height="8" border="0"><br> <a href="contact.html"><img src="img/b_contact.gif" width="128" height="23" border="0" alt="Contact"></a><br> <img src="img/grey.gif" width="128" height="18" border="0"><br> <img src="img/aftr_logo2.gif" width="62" height="23" border="0"><img src="img/ref_003.jpg" width="66" height="23" border="0"></td> </tr>  </table>  <!-- ///header -->  <table width="770" cellspacing="0" cellpadding="0" border="0">  <tr>  <td width="28" bgcolor="#FFFFFF"><img src="img/dot.gif" width="28" height="10" border="0"></td>  <!-- navigation buttons--> <td valign="top" bgcolor="#FFFFFF" width="150"><img src="img/dot.gif" width="10" height="12" border="0"><br> <img src="img/dot.gif" width="49" height="10" border="0"><img src="img/dot.gif" width="101" height="22" border="0" alt="A P R A N E T"><br> <img src="img/dot.gif" width="10" height="20" border="0"><br> <a href="ingenierie.html"><img src="img/b_ingenierie.gif" width="137" height="15" border="0" alt="Ingenierie"></a><br> <img src="img/b_line.gif" width="7" height="9" border="0"><br> <a href="technologie.html"><img src="img/b_tehnologie.gif" width="137" height="15" border=0 alt="Technologies"></a><br> <img src="img/b_line.gif" width="7" height="9" border="0"><br> <a href="offshore.html"><img src="img/b_offshore.gif" width="137" height="14" border="0" alt="Offshore"></a><br> <img src="img/b_line.gif" width="7" height="11" border="0"><br> <a href="web.html"><img src="img/b_web.gif" width="137" height="14" border="0" alt="Web"></a><br> <img src="img/b_line.gif" width="7" height="9" border="0"><br> <a href="hebergement.html"><img src="img/b_heberge.gif" width="137" height="17" border=0 alt="H&eacute;bergement"></a><br> <img src="img/b_line.gif" width="7" height="9" border="0"><br> <a href="produits.html"><img src="img/b_produits.gif" width="137" height="14" border=0 alt="Produits"></a><br> <img src="img/b_line.gif" width="7" height="9" border="0"><br> <a href="referencement.html"><img src="img/b_ref.gif" width="137" height="15" border="0" alt="R&eacute;f&eacute;rences"></a><br> <img src="img/b_line.gif" width="7" height="9" border="0"><br> <a href="part.html"><img src="img/b_part.gif" width="137" height="15" border="0" alt="Partenaires"></a><br> <img src="img/dot.gif" width="150" height="5" border="0"><br></td> <!-- ///navigation buttons-->  <!-- content --> <td width="495" bgcolor="#FFFFFF" valign="top"><img src="img/ttl_reference.gif" width="350" height="15" border=0 alt="R&eacute;f&eacute;rences">    <!-- texte --> <!--<div id="divControl"> 	<a href="#" onmouseover="scroll(5)" onmouseout="noScroll()"><img src="img/up.gif" width="11" height="6" border="0" alt="Up"></a><br> 	<img src="img/dot.gif" width="1" height="220" border="0"><br> 	<a href="#" onmouseover="scroll(-5)" onmouseout="noScroll()"><img src="img/down.gif" width="11" height="6" border="0" alt="Down"></a> </div>-->  <div id="divCont"> 	<div id="divScroll1" class="clScroll">   <b><font color="#339933">Ils nous font confiance :</font></b> <p>Alcatel, FM Global Ins., Danone, Playmobil</p>  <p>Groupe EBI - Les Rencontres d'Affaires</p>  <p>MSP - Vivendi, Synelec Network, Fuji Film</p>  <p>Les Gentlemen du Dmnagement - Groupe Axe6</p>  <p>Ophtel, Sapec - Groupe Domaxel , Idexpo, </p>  <p>DDIS de l'essonne - secours incendie de l'essonne Ville de Bois d'Arcy,  Groupe Guigard - Lenewbusiness.com </p>     	</div> 	 </div> <!-- ///texte -->     </td> <!-- ///content -->  <td width="97" valign="top" bgcolor="#FFFFFF"><img src="img/r_bolta.gif" width="31" height="18" border="0"><img src="img/ref_004.jpg" width="66" height="206" border="0" align="top"><br> <img src="img/dot.gif" width="31" height="10" border="0"><img src="img/ref_005.jpg" width="66" height="66" border="0"></td>  </tr>  </table>  <!-- footer --> <table width="770" cellpadding="0" cellspacing="0" border="0"> <tr> <td width="770" bgcolor="#FFFFFF" colspan="2"><img src="img/btm_round.gif" width="262" height="49" border="0"><img src="img/dot.gif" width="442" height="1" border="0"><img src="img/ref_006.jpg" width="66" height="49" border="0"></td> </tr>  <tr> <td width="147" bgcolor="#C1C2C6"><img src="img/dot.gif" width="27" height="1" border="0"><img src="img/apra_small.gif" width="120" height="15" border=0 alt="Apranet"></td>  <td width="623" height="10" bgcolor="#C1C2C6" align="right"><a href="clients.html"><img src="img/b_acces2.gif" width="134" height="17" border=0 alt="Acces client"></a><a href="nous.html"><img src="img/b_qui2.gif" width="163" height="17" border=0 alt="Qui sommes nous"></a><a href="legal.html"><img src="img/b_legales.gif" width="130" height="17" border=0 alt="Info legales"></a></td>  </tr> </table> <!-- ///footer -->  <!-- ///layout -->   </body> </html> 
