<script>  function Lu(Nmsg) { 	if (IE4) document.all[Nmsg].className = "forum"; }  var bV=parseInt(navigator.appVersion); NS4=(document.layers) ? true : false; IE4=((document.all)&&(bV>=4))?true:false; ver4 = (NS4 || IE4) ? true : false;  function expandIt(){return} function expandAll(){return}  isExpanded = false;  function getIndex(el) { 	ind = null; 	for (i=0; i<document.layers.length; i++) { 		whichEl = document.layers[i]; 		if (whichEl.id == el) { 			ind = i; 			break; 		} 	} 	return ind; }  function arrange() { 	nextY = document.layers[firstInd].pageY + document.layers[firstInd].document.height; 	for (i=firstInd+1; i<document.layers.length; i++) { 		whichEl = document.layers[i]; 		if (whichEl.visibility != "hide") { 			whichEl.pageY = nextY; 			nextY += whichEl.document.height; 		} 	} }  function initIt(){ 	if (NS4) { 		for (i=0; i<document.layers.length; i++) { 			whichEl = document.layers[i]; 			if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide"; 		} 		arrange(); 	} 	else { 		tempColl = document.all.tags("DIV"); 		for (i=0; i<tempColl.length; i++) { 			if (tempColl(i).className == "child") tempColl(i).style.display = "none"; 		} 	} }  function expandIt(el,ff,f0,site) { 	if (!ver4) return; 	if (IE4) {expandIE(el,ff,f0,site)} else {expandNS(el,ff,f0,site)} }  function expandIE(el,fff,f1,site) {  	if (site=="forum_worms") { 		img_pere = "images/w_pere.gif"; 		img_reponse = "images/w_reponse.gif"; 	} // if 	else if (site=="forum_mm6") { 		img_pere = "images/mm_pere.gif"; 		img_reponse = "images/mm_reponse.gif"; 	} // if 	else if (site=="forum_monkey") { 		img_pere = "images/mi_pere.gif"; 		img_reponse = "images/mi_reponse.gif"; 	} // if 	else { 		img_pere = "images/pere.gif"; 		img_reponse = "images/reponse.gif"; 	} // else 	whichEl = eval(el + "Child"); 	Repel = eval("t"+el);      if (fff) whichIm = eval(el+"Img");  	if (whichEl.style.display == "none") { 		Repel.style.display = "none"; 		whichEl.style.display = "block"; 		if (fff) whichIm.src = img_pere;		 	} 	else { 		if (f1) { 			whichEl.style.display = "none"; 			Repel.style.display = ""; 			if (fff) whichIm.src = img_reponse; 		} 	}     window.event.cancelBubble = true ; }  function expandNS(el,fff,f1,site) { 	if (site=="forum_worms") { 		img_pere = "images/w_pere.gif"; 		img_reponse = "images/w_reponse.gif"; 	} // if 	else if (site=="forum_mm6") { 		img_pere = "images/mm_pere.gif"; 		img_reponse = "images/mm_reponse.gif"; 	} // if 	else if (site=="forum_monkey") { 		img_pere = "images/mi_pere.gif"; 		img_reponse = "images/mi_reponse.gif"; 	} // if 	else { 		img_pere = "images/pere.gif"; 		img_reponse = "images/reponse.gif"; 	} // else 	whichEl = eval("document." + el + "Child"); 	if (fff) whichIm = eval("document." + el + "Parent.document.images['imEx']"); 	if (whichEl.visibility == "hide") { 		whichEl.visibility = "show"; 		if (fff) whichIm.src = img_pere; 	} 	else { 		if (f1) { 			whichEl.visibility = "hide"; 			if (fff) whichIm.src = img_reponse; 		} 	} 	arrange(); }  function showAll() { 	for (i=firstInd; i<document.layers.length; i++) { 		whichEl = document.layers[i]; 		whichEl.visibility = "show"; 	} }  function expandAll(isBot) { 	if (site=="forum_worms") { 		img_pere = "images/w_pere.gif"; 		img_reponse = "images/w_reponse.gif"; 	} // if 	else if (site=="forum_mm6") { 		img_pere = "images/mm_pere.gif"; 		img_reponse = "images/mm_reponse.gif"; 	} // if 	else if (site=="forum_monkey") { 		img_pere = "images/mi_pere.gif"; 		img_reponse = "images/mi_reponse.gif"; 	} // if 	else { 		img_pere = "images/pere.gif"; 		img_reponse = "images/reponse.gif"; 	} // else 	newSrc = (isExpanded) ? img_reponse : img_pere;  	if (NS4) { 		for (i=firstInd+1; i<document.layers.length; i++) { 			whichEl = document.layers[i]; 			if (whichEl.id.indexOf("Parent") != -1) { 			} 			if (whichEl.id.indexOf("Child") != -1) { 				whichEl.visibility = (isExpanded) ? "hide" : "show"; 			} 		}  		arrange(); 	} 	else { 		divColl = document.all.tags("DIV"); 		for (i=0; i<divColl.length; i++) { 			if (divColl(i).className == "child") { 				divColl(i).style.display = (isExpanded) ? "none" : "block"; 			} 		} 		imColl = document.images.item("imEx"); 		for (i=0; i<imColl.length; i++) { 			imColl(i).src = newSrc; 		} 	}  	isExpanded = !isExpanded; } with (document) { 	write("<STYLE TYPE='text/css'>"); 	if (NS4)         {         write(".parent {text-decoration:none; position:absolute; visibility:hidden;}");         write(".child {position:absolute; visibility:hidden}");         write(".item {text-decoration:none;}");         write(".regular {position:absolute; visibility:hidden}");         } 	else         {         write(".child {text-decoration:none; display:none}");         write(".parent {text-decoration:none;}");         write(".item { text-decoration:none; }"); 	    } 	write("</STYLE>"); }  onload = initIt;  </script> <html> <head>    <title>Worms Armageddon, Worms World Party, Worms 3 : Le Forum</title>    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">    <meta name="Author" content="Lambo">    <meta name="Keywords" content="worms armageddon, worms, armageddon, Worms, Armageddon, Worms Armageddon, World Party, worms world party, WWP, Worms 3, 3D, worms3, Team 17, team17, patch, patchs, demo, dmo, full wormage, la totale, wormage, download, downloads, tlcharger, telecharger, gratuit, complet, guide, missions, mission, armes, soluces, trucs, astuces, triche, probleme, problemes, animations, screenshots, jeu, jeux, jeux video, jeux vido, Lambo, residiv, residivjeux, forum, cheats, questions, windows XP, lite, mdaille d'or, 2">    <meta name="Description" content="Dcouvrez l'univers de Worms Armageddon, Worms World Party et Worms 3, vous trouverez ici tout ce que vous avez toujours voulu savoir. Missions, entrainements, quipes, armes, patchs, dmo, forum, trucs et astuces et plein d'autres choses encore...">    <link rel="stylesheet" href="../Worms/Styles/styles.css" type="text/css">    <script src="../Worms/scripts/lambo.js" language="JavaScript"></script> </head> <body marginheight="5" marginwidth="5" bgcolor="#FFFFFF" onLoad="init()" onResize="init()"> <table width="800" border="0" cellspacing="0" cellpadding="0" align="center">   <tr>     <td colspan="3"><!-- Dbut du haut --> <table width="100%" height="73" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFF094">   <tr>     <td width="100%"> 	  <table width="100%" height="73" border="0" cellspacing="0" cellpadding="0">         <tr>            <td height="2" colspan="5" bgcolor="#18109C"><img src="http://residivjeux.free.fr/Worms/images/pix_bleu_s.gif" width="1" height="2"></td>         </tr>         <tr>            <td width="2" height="33" align="left"><img src="http://residivjeux.free.fr/Worms/images/pix_bleu_s.gif" width="2" height="33"></td>           <td width="265" rowspan="2" align="right"><img src="http://residivjeux.free.fr/Worms/images/logo_wa.gif" alt="Worms Armageddon" width="100" height="30" onClick="fermerMenu('topmenu1', 0); return false;" onMouseOver="ouvrirMenu('topmenu1', 0); return false;"></td>           <td width="266" rowspan="2" align="center"><img src="http://residivjeux.free.fr/Worms/images/logo_wwp.gif" alt="Worms World Party" width="100" height="30" onClick="fermerMenu('topmenu2', 1); return false;" onMouseOver="ouvrirMenu('topmenu2', 1); return false;"></td>           <td width="265" rowspan="2" align="left"><img src="http://residivjeux.free.fr/Worms/images/logo_w3d.gif" alt="Worms 3" width="100" height="30" onClick="fermerMenu('topmenu3', 2); return false;" onMouseOver="ouvrirMenu('topmenu3', 2); return false;"></td>           <td width="2" height="33" align="right"><img src="http://residivjeux.free.fr/Worms/images/pix_bleu_s.gif" width="2" height="33"></td>         </tr>         <tr>            <td width="2" height="19" align="left"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="2"></td>           <td width="2" height="19" align="right"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="2"></td>         </tr>         <tr align="top">            <td colspan="5" height="19" valign="bottom" background="http://residivjeux.free.fr/Worms/images/anim_feu.gif"><img src="http://residivjeux.free.fr/Worms/images/pix_bleu_s.gif" width="100%" height="1"></td>         </tr>       </table> 	</td>   </tr> </table> <div name="oeil" id="oeil" style="position:absolute; z-index:0; width:26px; height:32px; top:33px; left:38px;">    <img src="http://residivjeux.free.fr/Worms/images/oeil.gif" border="0" width="26" heigth="32">  </div> <div name="cercle" id="cercle" style="position:absolute; z-index:0; width:40px; height:40px; top:29px; left:758px;">    <img src="http://residivjeux.free.fr/Worms/images/cercle.gif" border="0" width="40" heigth="40"> </div> <div name="ver" id="ver" style="position:absolute; z-index:1; width:25px; height:31px; top:34px; left:765px;">    <img src="http://residivjeux.free.fr/Worms/images/ver.gif" border="0" width="25" heigth="31"> </div> <div name="topmenu1" id="topmenu1" onMouseOver="ouvrirMenu('topmenu1', 0); return false;" onMouseOut="fermerMenu('topmenu1', 0); return false;" style="position:absolute; z-index:1; width:150px; height:120px; top:65px; left:177px; visibility:hidden">    <table width="150" border="0" cellspacing="0" cellpadding="0">     <tr>        <td colspan="2" rowspan="2">  	    <table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#18109C">           <tr>              <td>  			  <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#BBEBF7">                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/missions/mission.php" class="lienMenu">Missions</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/entrainements/entrainement.php" class="lienMenu">Entrainements</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/armes/armes.php" class="lienMenu">Armes</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/equipes/equipes.php" class="lienMenu">Equipes</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/matchsamort/match_a_mort.php" class="lienMenu">Matchs &agrave; mort</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/autres/commandes.php" class="lienMenu">Commandes</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/autres/autres.php" class="lienMenu">Trucs et astuces</a></td>                 </tr>               </table>             </td>           </tr>         </table></td>       <td width="10" height="11" valign="bottom" align="left" bgcolor="#FFF094"><img src="http://residivjeux.free.fr/Worms/images/ombre_h_d.gif" width="9" height="9"></td>     </tr>     <tr>        <td background="http://residivjeux.free.fr/Worms/images/ombre_d.gif" width="9" height="150"><img src="http://residivjeux.free.fr/Worms/images/ombre_d.gif" width="9" height="1"></td>     </tr>     <tr>        <td width="11" height="9" align="right"><img src="http://residivjeux.free.fr/Worms/images/ombre_b_g.gif" width="9" height="9"></td>       <td background="http://residivjeux.free.fr/Worms/images/ombre_b.gif" height="9" width="100%"><img src="http://residivjeux.free.fr/Worms/images/ombre_b.gif" width="1" height="9"></td>       <td width="10" height="9" align="right"><img src="http://residivjeux.free.fr/Worms/images/ombre_b_d.gif" width="9" height="9"></td>     </tr>   </table> </div> <div name="topmenu2" id="topmenu2" onMouseOver="ouvrirMenu('topmenu2', 1); return false;" onMouseOut="fermerMenu('topmenu2', 1); return false;" style="position:absolute; z-index:1; width:150px; height:120px; top:65px; left:361px; visibility:hidden">    <table width="150" border="0" cellspacing="0" cellpadding="0">     <tr>        <td colspan="2" rowspan="2">  	    <table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#18109C">           <tr>              <td>  			  <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#BBEBF7">                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/missions/mission2.php" class="lienMenu">Missions</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/entrainements/entrainement2.php" class="lienMenu">Entrainements</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/armes/armes.php" class="lienMenu">Armes</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/equipes/equipes.php" class="lienMenu">Equipes</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/matchsamort/match_a_mort.php" class="lienMenu">Matchs &agrave; mort</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/autres/commandes.php" class="lienMenu">Commandes</a></td>                 </tr>                 <tr>                    <td height="23">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/autres/autres.php" class="lienMenu">Trucs et astuces</a></td>                 </tr>               </table>             </td>           </tr>         </table></td>       <td width="10" height="11" valign="bottom" align="left" bgcolor="#FFF094"><img src="http://residivjeux.free.fr/Worms/images/ombre_h_d.gif" width="9" height="9"></td>     </tr>     <tr>        <td background="http://residivjeux.free.fr/Worms/images/ombre_d.gif" width="9" height="150"><img src="http://residivjeux.free.fr/Worms/images/ombre_d.gif" width="9" height="1"></td>     </tr>     <tr>        <td width="11" height="9" align="right"><img src="http://residivjeux.free.fr/Worms/images/ombre_b_g.gif" width="9" height="9"></td>       <td background="http://residivjeux.free.fr/Worms/images/ombre_b.gif" height="9" width="100%"><img src="http://residivjeux.free.fr/Worms/images/ombre_b.gif" width="1" height="9"></td>       <td width="10" height="9" align="right"><img src="http://residivjeux.free.fr/Worms/images/ombre_b_d.gif" width="9" height="9"></td>     </tr>   </table> </div> <div name="topmenu3" id="topmenu3" onMouseOver="ouvrirMenu('topmenu3', 2); return false;" onMouseOut="fermerMenu('topmenu3', 2); return false;" style="position:absolute; z-index:1; width:150px; height:80px; top:65px; left:540px; visibility:hidden">    <table width="150" border="0" cellspacing="0" cellpadding="0">     <tr>        <td colspan="2" rowspan="2">  	    <table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#18109C">           <tr>              <td>  			  <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#BBEBF7">                 <tr>                   <td height="23" class="lienMenu">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/W3/news.php" class="lienMenu">News</a></td>                 </tr>                 <tr>                   <td height="23" class="lienMenu">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/screenshots/screenshotsW3.php" class="lienMenu">Images</a></td>                 </tr>                 <tr>                    <td height="23" class="lienMenu">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/W3/bonus/bonus.php" class="lienMenu">Bonus</a></td>                 </tr>                 <tr>                    <td height="23" class="lienMenu">&nbsp;&nbsp;&nbsp;<a href="http://residivjeux.free.fr/Worms/Site/W3/downloads/downloads.php" class="lienMenu">Downloads</a></td>                 </tr>				               </table>             </td>           </tr>         </table></td>       <td width="10" height="11" valign="bottom" align="left" bgcolor="#FFF094"><img src="http://residivjeux.free.fr/Worms/images/ombre_h_d.gif" width="9" height="9"></td>     </tr>     <tr>        <td background="http://residivjeux.free.fr/Worms/images/ombre_d.gif" width="9" height="58"><img src="http://residivjeux.free.fr/Worms/images/ombre_d.gif" width="9" height="1"></td>     </tr>     <tr>        <td width="11" height="9" align="right"><img src="http://residivjeux.free.fr/Worms/images/ombre_b_g.gif" width="9" height="9"></td>        <td background="http://residivjeux.free.fr/Worms/images/ombre_b.gif" height="9" width="100%"><img src="http://residivjeux.free.fr/Worms/images/ombre_b.gif" width="1" height="9"></td>       <td width="10" height="9" align="right"><img src="http://residivjeux.free.fr/Worms/images/ombre_b_d.gif" width="9" height="9"></td>     </tr>   </table> </div>  <!-- Fin du haut --> </td>   </tr>   <tr>     <td width="135" valign="top" bgcolor="#FFF094"><!-- Dbut du menu de gauche --> <table width="135" border="0" cellpadding="1" cellspacing="0" bgcolor="#FFF094">   <tr>     <td>       <table width="135" border="0" cellspacing="0" cellpadding="0">         <tr>            <td height="20"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="20"></td>         </tr>         <tr>            <td align="center">              <table width="120" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_haut.gif" width="120" height="22"></td>               </tr>               <tr>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"></td>                 <td>                   <table width="110" border="0" cellpadding="2" cellspacing="0" bgcolor="#BBEBF7">                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms" class="lienMenuGauche">Accueil</a></td>                     </tr>                     <tr>                       <td width="20"><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td width="80"><a href="http://residivjeux.free.fr/Forum/forum_worms.php?Forum=forum_worms" class="lienMenuGauche">Forum</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9">&nbsp;</td>                       <td><a href="#" class="lienMenuGauche" onClick="deroulerdl(); return false;">Downloads<br>                       </a>                         <table id="menudl" width="90%" border="0" align="right" cellpadding="0" cellspacing="0" style="display:'none';">                           <tr>                             <td><a href="http://residivjeux.free.fr/Worms/Site/downloads/downloads.php" class="lien">WA, WWP</a></td>                           </tr>                           <tr>                             <td><a href="http://residivjeux.free.fr/Worms/Site/W3/downloads/downloads.php" class="lien">Worms 3D</a></td>                           </tr>                         </table>                       <a href="http://residivjeux.free.fr/Worms/Site/downloads/downloads.php" class="lienMenuGauche">                        </a></td>                     </tr>                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms/Site/faq/faq.php" class="lienMenuGauche">FAQ</a></td>                     </tr>                     <!-- tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms" class="lienMenuGauche">WormNet</a></td>                     </tr -->                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms/Site/screenshots/screenshots.php" class="lienMenuGauche">ScreenShots</a></td>                     </tr>                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms/Site/quizz/quizz.php" class="lienMenuGauche">Testez-vous !</a></td>                     </tr>                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms/Site/records/records.php" class="lienMenuGauche">Records</a></td>                     </tr>                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms/Site/liens/liens.php" class="lienMenuGauche">Liens</a></td>                     </tr>                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms/Site/livredor/livredor.php" class="lienMenuGauche">Livre d'or</a></td>                     </tr>                     <tr>                       <td><img src="http://residivjeux.free.fr/Worms/images/puce_flingue.gif" alt="puce Worms" width="18" height="9"></td>                       <td><a href="http://residivjeux.free.fr/Worms/Site/lambo/quisuisje.php" class="lienMenuGauche">Qui suis-je ?</a></td>                     </tr>                   </table>                 </td>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_droite.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_droite.gif"></td>               </tr>               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_bas.gif" width="120" height="24"></td>               </tr>             </table>           </td>         </tr>         <tr>            <td height="30"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="30"></td>         </tr>         <tr>            <td align="center">              <table width="120" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_haut.gif" width="120" height="22"></td>               </tr>               <tr>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"></td>                 <td>                   <table width="110" border="0" cellpadding="1" cellspacing="0" bgcolor="#BBEBF7">                     <tr>                       <td>                         <table width="80" border="0" cellspacing="0" cellpadding="0" align="center">                           <tr>                             <td align="center" valign="bottom"> <a href="javascript:ajoutFavori()"><img src="http://residivjeux.free.fr/Worms/images/favoris.gif" width="22" height="18" border="0" alt="Ajoutez mon site  vos favoris !"></a> </td>                             <td align="center" valign="bottom">                               <script language="javascript"> 									pageAccueil("http://residivjeux.free.fr/Worms","<IMG src='http://residivjeux.free.fr/Worms/images/home.gif' width='22' height='18' border='0' alt='Ce site comme page de dmarrage !'>"); 								</script>                             </td>                           </tr>                         </table>                       </td>                     </tr>                   </table>                 </td>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_droite.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_droite.gif"></td>               </tr>               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_bas.gif" width="120" height="24"></td>               </tr>             </table>           </td>         </tr>         <tr>            <td height="30"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="30"></td>         </tr>         <tr>            <td align="center">              <table width="120" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_haut.gif" width="120" height="22"></td>               </tr>               <tr>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"></td>                 <td>                   <table width="110" border="0" cellpadding="1" cellspacing="0" bgcolor="#BBEBF7">                     <tr>                       <td align="center">                         <table width="80%" border="0" cellspacing="0" cellpadding="3">                           <tr>                             <td>                               <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="88" height="31">                                 <param name=movie value="http://residivjeux.free.fr/Worms/images/banniere.swf">                                 <param name=quality value=high>                                 <embed src="http://residivjeux.free.fr/Worms/images/banniere.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="88" height="31"> </embed>                               </object>                             </td>                           </tr>                           <tr>                             <td align="center">                               <!-- eStat -->                               <SCRIPT LANGUAGE="JavaScript"> 									<!-- 									var _UJS=0; 									//--> 							  </SCRIPT>                               <SCRIPT LANGUAGE="JavaScript" SRC="http://perso.estat.com/js/m.js"></SCRIPT>                               <SCRIPT LANGUAGE="JavaScript"> 									<!-- 									if(_UJS) _estat('238038133558', 'Forum', 'Worms'); 									//--> 							  </SCRIPT>                               <!-- /eStat -->                             </td>                           </tr>                         </table> 					  </td>                     </tr>                   </table>                 </td>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_droite.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_droite.gif"></td>               </tr>               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_bas.gif" width="120" height="24"></td>               </tr>             </table>           </td>         </tr>         <tr>           <td height="30"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="30"></td>         </tr>       </table>     </td>   </tr> </table> <!-- Fin du menu de gauche --></td>     <td valign="top">       <table width="530" border="0" cellspacing="0" cellpadding="0">         <tr>           <td width="47" align="left"><img src="../Worms/images/angle_gauche.gif" width="47" height="104"></td>           <td width="50"><img src="../Worms/images/Lambo.gif" alt="Worms Lambo"></td>           <td align="right" width="386"> 		  	<table width="350" border="0" cellspacing="0" cellpadding="1" bgcolor="#18109C">               <tr>                 <td>                   <table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFADD">                     <tr>                       <td class="titrePage">Forum</td> 					  <td align="right" valign="bottom"><a href="mailto:residivjeux@free.fr" class="lien">Me contacter</a></td>                     </tr>                   </table>                 </td>               </tr>             </table> 		  </td>           <td width="47" align="right"><img src="../Worms/images/angle_droit.gif" width="47" height="104"></td>         </tr>         <tr>           <td colspan="4">             <table width="530" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td width="1" bgcolor="#18109C"><img src="../Worms/images/pix_bleu_s.gif"></td>                 <td>                   <table width="528" border="0" cellspacing="0" cellpadding="10">                     <tr>                       <td width="100%" valign="top">                         <table width="90%" border="0" cellpadding="1" cellspacing="0" bgcolor="#FF805A" align="center">                           <tr>                             <td>                               <table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="#FFF094">                                 <tr>                                   <td width="25"><img src="../Worms/images/trois_puces.gif" width="21" height="5"></td>                                   <td class="titreTableau">Avez-vous lu la FAQ                                     avant de poster votre message ?</td>                                 </tr>                                 <tr>                                   <td colspan="2" class="texteNormal"> 										Je vous conseille tr&egrave;s fortement de lire 										  cette FAQ avant de poster sur le Forum. 										  Vous trouverez tr&egrave;s certainement une 										  r&eacute;ponse &agrave; vos questions. Dans cette 										  page, il n'y a que les questions vraiment 										  tr&egrave;s souvent pos&eacute;es. N'h&eacute;sitez pas 										  &agrave; aller faire un tour dans la section 										  FAQ pour d'autres probl&egrave;mes :)<br> 										  <br> 										  Questions :<br> 										  												<img src="../Worms/images/puce_anim.gif" width="8" height="8" border="0">&nbsp;&nbsp;<a href="#" onClick="win = window.open('popup_faq.php?id=1', 'FAQ', 'toolbar=no, location=no, directories=no, statusbar=no, scrollbars=yes, copyhistory=no, width=500, height=1, left=20, top=30'); win.focus(); return false;" class="lien">Comment faire tourner Worms Armageddon sous 2000 ou XP ?</a><br> 											  												<img src="../Worms/images/puce_anim.gif" width="8" height="8" border="0">&nbsp;&nbsp;<a href="#" onClick="win = window.open('popup_faq.php?id=27', 'FAQ', 'toolbar=no, location=no, directories=no, statusbar=no, scrollbars=yes, copyhistory=no, width=500, height=1, left=20, top=30'); win.focus(); return false;" class="lien">O tlcharger Worms ???</a><br> 											  												<img src="../Worms/images/puce_anim.gif" width="8" height="8" border="0">&nbsp;&nbsp;<a href="#" onClick="win = window.open('popup_faq.php?id=34', 'FAQ', 'toolbar=no, location=no, directories=no, statusbar=no, scrollbars=yes, copyhistory=no, width=500, height=1, left=20, top=30'); win.focus(); return false;" class="lien">O installer les downloads du site ???</a><br> 											  												<img src="../Worms/images/puce_anim.gif" width="8" height="8" border="0">&nbsp;&nbsp;<a href="#" onClick="win = window.open('popup_faq.php?id=36', 'FAQ', 'toolbar=no, location=no, directories=no, statusbar=no, scrollbars=yes, copyhistory=no, width=500, height=1, left=20, top=30'); win.focus(); return false;" class="lien">Comment se connecter  WormNet ?</a><br> 											  												<img src="../Worms/images/puce_anim.gif" width="8" height="8" border="0">&nbsp;&nbsp;<a href="#" onClick="win = window.open('popup_faq.php?id=37', 'FAQ', 'toolbar=no, location=no, directories=no, statusbar=no, scrollbars=yes, copyhistory=no, width=500, height=1, left=20, top=30'); win.focus(); return false;" class="lien">En cas de problme pour hberger une partie sur le Net...</a><br> 											  												<img src="../Worms/images/puce_anim.gif" width="8" height="8" border="0">&nbsp;&nbsp;<a href="#" onClick="win = window.open('popup_faq.php?id=38', 'FAQ', 'toolbar=no, location=no, directories=no, statusbar=no, scrollbars=yes, copyhistory=no, width=500, height=1, left=20, top=30'); win.focus(); return false;" class="lien">Patch no-cd ?</a><br> 											                                    </td>                                 </tr>                               </table>                             </td>                           </tr>                         </table>                         <br>                         <table width="90%" border="0" cellpadding="1" cellspacing="0" bgcolor="#FF805A" align="center">                           <tr>                             <td>                               <table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="#FFF094">                                 <tr>                                   <td align="right" class="texteNormal"><a href="index.php" class="lien">Tous les forums de RSiDiv</a></td>                                 </tr>                                 <tr>                                   <td class="texteNormal" align="center"> 										<table width="100%" border="0" cellspacing="0" cellpadding="8"> 										  <form name="FD" action="forum_worms.php?action=ecrire&Forum=forum_worms" method="post">  <tr>   <td width="50%"><a href="Forum_Recherche.php?Forum=forum_worms" class="forum" target="_blank"><img src="images/w_recherche.gif" border="0" alt="Rechercher dans ce forum" OnMouseOver="window.status='Effectuer une recherche dans ce forum';return true;" OnMouseOut="window.status='';return true" align="absmiddle"></a>&nbsp;&nbsp;<a href="Forum_Recherche.php?Forum=forum_worms" class="forum" target="_blank">Rechercher</a></td>   <td width="50%" align="center"><input type="submit" class="bouton" value="Poster un nouveau message"></td> </tr> </form> <tr>   <td colspan="2"><hr width="90%"></td> </tr> <tr>   <td colspan="2" class="texteNormal">  <DIV ID="el1Parent"  class="texteNormal">&nbsp;</div>  <div ID='el2Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m840'   name='li2' href='forum_worms.php?action=lire&Forum=forum_worms&Id=840'OnClick="Lu('m840');">need crack</a>  <small> (netanel - le 22/05/2003  20:57:06) </small> </div> <div ID='el2Child' CLASS='child'> </div> <div ID='el3Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m839'   name='li3' href='forum_worms.php?action=lire&Forum=forum_worms&Id=839'OnClick="Lu('m839');">need crack</a>  <small> (netanel - le 22/05/2003  20:52:34) </small> </div> <div ID='el3Child' CLASS='child'> </div> <div ID='el4Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m837'   name='li4' href='forum_worms.php?action=lire&Forum=forum_worms&Id=837'OnClick="Lu('m837');">comment cre une image de cd pour jouer sans cd</a>  <small> (tophe - le 21/05/2003  20:22:21) </small> </div> <div ID='el4Child' CLASS='child'> </div> <div ID='el5Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m835'   name='li5' href='forum_worms.php?action=lire&Forum=forum_worms&Id=835'OnClick="Lu('m835');">records</a>  <small> (TUT - le 21/05/2003  11:15:59) </small> </div> <div ID='el5Child' CLASS='child'> </div> <div ID='el6Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el6',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el6Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m830'   name='li6' href='forum_worms.php?action=lire&Forum=forum_worms&Id=830'OnClick="Lu('m830');expandIt('el6',1,0,'forum_worms')">il veut pas marcher le crack</a>  <small> (tisserand - le 20/05/2003  21:48:46) </small> <span ID='tel6'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el6',1,1,'forum_worms')" target='_self'>2 rponses</a>  <a href="#"  onClick="expandIt('el6',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el6Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m833'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=833' OnClick="Lu('m833');">Re : il veut pas marcher le crack</a> <small> (Lambo - le 20/05/2003  22:06:27) </small><br> <img SRC='images/v.gif' align='middle' border=0 width='60' height='15'>  <a id='m834'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=834' OnClick="Lu('m834');">Re : Re : il veut pas marcher le crack</a> <small> (tisserand - le 20/05/2003  22:41:29) </small><br> </div> <div ID='el7Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m828'   name='li7' href='forum_worms.php?action=lire&Forum=forum_worms&Id=828'OnClick="Lu('m828');">partie wormnet :"veuillez inserer le cd wwp" jai le patch no'cd pourtant!!</a>  <small> (sylvain - le 20/05/2003  18:01:55) </small> </div> <div ID='el7Child' CLASS='child'> </div> <div ID='el8Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m827'   name='li8' href='forum_worms.php?action=lire&Forum=forum_worms&Id=827'OnClick="Lu('m827');">Worms World Party : Patch No CD marche pas (enfin je crois...)</a>  <small> (steff23mj - le 20/05/2003  16:37:58) </small> </div> <div ID='el8Child' CLASS='child'> </div> <div ID='el9Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el9',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el9Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m825'   name='li9' href='forum_worms.php?action=lire&Forum=forum_worms&Id=825'OnClick="Lu('m825');expandIt('el9',1,0,'forum_worms')">2 question</a>  <small> (auree - le 19/05/2003  21:25:43) </small> <span ID='tel9'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el9',1,1,'forum_worms')" target='_self'>4 rponses</a>  <a href="#"  onClick="expandIt('el9',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el9Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m831'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=831' OnClick="Lu('m831');">Re : 2 question</a> <small> (auree - le 20/05/2003  21:57:43) </small><br> <img SRC='images/v.gif' align='middle' border=0 width='60' height='15'>  <a id='m832'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=832' OnClick="Lu('m832');">Re : Re : 2 question</a> <small> (Lambo - le 20/05/2003  22:03:55) </small><br> <img SRC='images/v.gif' align='middle' border=0 width='80' height='15'>  <a id='m836'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=836' OnClick="Lu('m836');">Re : Re : Re : 2 question</a> <small> (auree - le 21/05/2003  15:33:11) </small><br> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m829'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=829' OnClick="Lu('m829');">Re : 2 question</a> <small> (Lambo - le 20/05/2003  20:03:56) </small><br> </div> <div ID='el10Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el10',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el10Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m821'   name='li10' href='forum_worms.php?action=lire&Forum=forum_worms&Id=821'OnClick="Lu('m821');expandIt('el10',1,0,'forum_worms')">worms armageddon</a>  <small> (auree - le 19/05/2003  20:26:58) </small> <span ID='tel10'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el10',1,1,'forum_worms')" target='_self'>2 rponses</a>  <a href="#"  onClick="expandIt('el10',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el10Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m823'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=823' OnClick="Lu('m823');">Re : worms armageddon</a> <small> (Lambo - le 19/05/2003  21:07:08) </small><br> <img SRC='images/v.gif' align='middle' border=0 width='60' height='15'>  <a id='m824'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=824' OnClick="Lu('m824');">Re : Re : worms armageddon</a> <small> (auree - le 19/05/2003  21:21:13) </small><br> </div> <div ID='el11Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el11',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el11Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m819'   name='li11' href='forum_worms.php?action=lire&Forum=forum_worms&Id=819'OnClick="Lu('m819');expandIt('el11',1,0,'forum_worms')">probleme pour se connecter a wormnet !!!</a>  <small> (sylvain - le 19/05/2003  19:03:55) </small> <span ID='tel11'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el11',1,1,'forum_worms')" target='_self'>2 rponses</a>  <a href="#"  onClick="expandIt('el11',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el11Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m820'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=820' OnClick="Lu('m820');">Re : probleme pour se connecter a wormnet !!!</a> <small> (Lambo - le 19/05/2003  19:08:32) </small><br> <img SRC='images/v.gif' align='middle' border=0 width='60' height='15'>  <a id='m826'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=826' OnClick="Lu('m826');">Re : Re : probleme pour se connecter a wormnet !!!</a> <small> (wanda - le 19/05/2003  22:24:57) </small><br> </div> <div ID='el12Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el12',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el12Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m817'   name='li12' href='forum_worms.php?action=lire&Forum=forum_worms&Id=817'OnClick="Lu('m817');expandIt('el12',1,0,'forum_worms')">Le dernier Worms ?</a>  <small> (Sinby - le 19/05/2003  16:45:04) </small> <span ID='tel12'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el12',1,1,'forum_worms')" target='_self'>1 rponse</a>  <a href="#"  onClick="expandIt('el12',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el12Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m818'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=818' OnClick="Lu('m818');">Re : Le dernier Worms ?</a> <small> (Lambo - le 19/05/2003  19:03:06) </small><br> </div> <div ID='el13Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m816'   name='li13' href='forum_worms.php?action=lire&Forum=forum_worms&Id=816'OnClick="Lu('m816');">comment sont compt les points dans wwp????</a>  <small> (WAKI - le 19/05/2003  15:39:00) </small> </div> <div ID='el13Child' CLASS='child'> </div> <div ID='el14Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m815'   name='li14' href='forum_worms.php?action=lire&Forum=forum_worms&Id=815'OnClick="Lu('m815');">MERCI DE M AIDER SVP BLEME</a>  <small> (THOR - le 16/05/2003  14:04:24) </small> </div> <div ID='el14Child' CLASS='child'> </div> <div ID='el15Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el15',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el15Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m813'   name='li15' href='forum_worms.php?action=lire&Forum=forum_worms&Id=813'OnClick="Lu('m813');expandIt('el15',1,0,'forum_worms')">Ca vaut le coup d'acheter WormsWP ?</a>  <small> (choup - le 15/05/2003  12:18:28) </small> <span ID='tel15'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el15',1,1,'forum_worms')" target='_self'>1 rponse</a>  <a href="#"  onClick="expandIt('el15',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el15Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m814'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=814' OnClick="Lu('m814');">Re : Ca vaut le coup d\'acheter WormsWP ?</a> <small> (Lambo - le 15/05/2003  19:36:02) </small><br> </div> <div ID='el16Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el16',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el16Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m811'   name='li16' href='forum_worms.php?action=lire&Forum=forum_worms&Id=811'OnClick="Lu('m811');expandIt('el16',1,0,'forum_worms')">prob xp pas dans faq</a>  <small> (jkgyh - le 13/05/2003  11:46:06) </small> <span ID='tel16'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el16',1,1,'forum_worms')" target='_self'>1 rponse</a>  <a href="#"  onClick="expandIt('el16',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el16Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m812'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=812' OnClick="Lu('m812');">Re : prob xp pas dans faq</a> <small> (Lambo - le 14/05/2003  19:51:59) </small><br> </div> <div ID='el17Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el17',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el17Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m807'   name='li17' href='forum_worms.php?action=lire&Forum=forum_worms&Id=807'OnClick="Lu('m807');expandIt('el17',1,0,'forum_worms')">ou on l'achete?</a>  <small> (jo - le 10/05/2003  23:06:01) </small> <span ID='tel17'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el17',1,1,'forum_worms')" target='_self'>1 rponse</a>  <a href="#"  onClick="expandIt('el17',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el17Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m810'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=810' OnClick="Lu('m810');">Re : ou on l\'achete?</a> <small> (Lambo - le 11/05/2003  11:32:24) </small><br> </div> <div ID='el18Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el18',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el18Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m805'   name='li18' href='forum_worms.php?action=lire&Forum=forum_worms&Id=805'OnClick="Lu('m805');expandIt('el18',1,0,'forum_worms')">1 petite question...</a>  <small> (nico - le 10/05/2003  11:04:06) </small> <span ID='tel18'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el18',1,1,'forum_worms')" target='_self'>1 rponse</a>  <a href="#"  onClick="expandIt('el18',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el18Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m806'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=806' OnClick="Lu('m806');">Re : 1 petite question...</a> <small> (5simon - le 10/05/2003  16:13:22) </small><br> </div> <div ID='el19Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m804'   name='li19' href='forum_worms.php?action=lire&Forum=forum_worms&Id=804'OnClick="Lu('m804');">mission et probleme</a>  <small> (5simon - le 10/05/2003  02:47:18) </small> </div> <div ID='el19Child' CLASS='child'> </div> <div ID='el20Parent' CLASS='parent'> <img SRC='images/v.gif' align='middle' border=0 width='14' height='14'> <a id='m802'   name='li20' href='forum_worms.php?action=lire&Forum=forum_worms&Id=802'OnClick="Lu('m802');">probleme pour worms armageddon</a>  <small> (ju - le 07/05/2003  07:08:29) </small> </div> <div ID='el20Child' CLASS='child'> </div> <div ID='el21Parent' CLASS='parent'>  	<a class="forum" HREF="javascript:void(0);" onClick="expandIt('el21',1,1,'forum_worms');" target="_self"> 	<img NAME="imEx" SRC="images/w_reponse.gif" align="middle" BORDER="0" ID="el21Img"  OnMouseOver="window.status='Dvelopper / Rduire le fil de discussion';return true" OnMouseOut="window.status='';return true"></a> <a id='m800'   name='li21' href='forum_worms.php?action=lire&Forum=forum_worms&Id=800'OnClick="Lu('m800');expandIt('el21',1,0,'forum_worms')">Problme avec les poutres</a>  <small> (Jean-Mi - le 06/05/2003  23:20:29) </small> <span ID='tel21'><SMALL>- <I><a class="forumnl" href="#"  onClick="expandIt('el21',1,1,'forum_worms')" target='_self'>1 rponse</a>  <a href="#"  onClick="expandIt('el21',1,0,'forum_worms')" target='_self'><img src='images/nonlu.gif' border='0' align='middle'></a> </I></SMALL></font></span> </div> <div ID='el21Child' CLASS='child'> <img SRC='images/v.gif' align='middle' border=0 width='40' height='15'>  <a id='m801'  href='forum_worms.php?action=lire&Forum=forum_worms&Id=801' OnClick="Lu('m801');">Re : Problme avec les poutres</a> <small> (Asumbaa - le 07/05/2003  01:07:55) </small><br> </div><DIV ID="el22Parent" CLASS="parent" align="center"><center><br>  <a href='forum_worms.php?Forum=forum_worms&Seg=1' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='31 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=2' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='33 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=3' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='68 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=4' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='52 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=5' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='50 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=6' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='36 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=7' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='43 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=8' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='45 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=9' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='51 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=10' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='58 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=11' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='43 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=12' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='59 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=13' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='55 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=14' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='57 non-lus'></a> <a href='forum_worms.php?Forum=forum_worms&Seg=15' target='_self' class='forum'><img src='images/w_suiv.gif' align='middle' border='1' alt='50 non-lus'></a> <script> if (NS4) { 	firstEl = "el1Parent"; 	firstInd = getIndex(firstEl); 	showAll(); 	arrange(); } </script> </center></div>   </td> </tr> 									</table> 								  </td>                                 </tr>                               </table>                             </td>                           </tr>                         </table>                       </td>                     </tr>                   </table>                 </td>                 <td width="1" bgcolor="#18109C"><img src="../Worms/images/pix_bleu_s.gif"></td>               </tr>             </table>           </td>         </tr>       </table>     </td>     <td width="135" valign="top" bgcolor="#FFF094"><!-- Dbut du menu de droite --> <table width="135" border="0" cellpadding="1" cellspacing="0" bgcolor="#FFF094">   <tr>     <td>       <table width="135" border="0" cellspacing="0" cellpadding="0">         <tr>            <td height="20"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="20"></td>         </tr>         <tr>            <td align="center">                       <table width="120" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_haut.gif" width="120" height="22"></td>               </tr>               <tr>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"></td>                 <td>                   <table width="110" border="0" cellpadding="1" cellspacing="0" bgcolor="#BBEBF7">                     <tr>                       <td>                         <table width="80" border="0" cellspacing="0" cellpadding="0" align="center">                           <tr>                             <td align="center"><a href="http://residivjeux.free.fr" target="_blank"><img src="http://residivjeux.free.fr/Worms/images/logo_residiv.gif" border="0" alt="Le portail RSiDiv-Jeux !"></a></td>                           </tr>                         </table>                       </td>                     </tr>                   </table>                 </td>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_droite.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_droite.gif"></td>               </tr>               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_bas.gif" width="120" height="24"></td>               </tr>             </table>           </td>         </tr>         <tr>            <td height="30"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="30"></td>         </tr>         <tr>            <td align="center">             <table width="120" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_haut.gif" width="120" height="22"></td>               </tr>               <tr>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_gauche.gif"></td>                 <td>                   <table width="110" border="0" cellpadding="1" cellspacing="0" bgcolor="#BBEBF7">                     <tr>                       <td>   					  <form action="http://residivjeux.free.fr/newsletter/inscription.php" method="post" name="newsletter" target="_blank" onSubmit="validateNewsletter(document.newsletter.email.value); return document.retour;">                                               <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">                           <tr>                             <td align="center" class="titreMenu">Newsletter</td>                           </tr>                           <tr>                             <td align="center" class="texteNormal">Email :<br>                                 <input type="text" name="email" size="16" class="chmpTexte">                             </td>                           </tr>                           <tr>                             <td align="center" class="petitTexte">                               <input type="radio" name="action" value="abo" checked>S'abonner :)</td>                           </tr>                           <tr>                             <td align="center" class="petitTexte">                               <input type="radio" name="action" value="desabo">Se d&eacute;sabonner :(</td>                           </tr>                           <tr>                             <td align="center">                               <input type="submit" name="envoyer" value="OK" width="26" height="16" class="bouton" style="cursor:hand" onmouseover="this.style.backgroundColor='#FFF094'" onmouseout="this.style.backgroundColor='#FFFADD'">                             </td>                           </tr>                         </table> 						</form>                       </td>                     </tr>                   </table>                 </td>                 <td width="5" background="http://residivjeux.free.fr/Worms/images/tab_droite.gif"><img src="http://residivjeux.free.fr/Worms/images/tab_droite.gif"></td>               </tr>               <tr>                 <td colspan="3"><img src="http://residivjeux.free.fr/Worms/images/tab_bas.gif" width="120" height="24"></td>               </tr>             </table> 		  </td>         </tr>         <tr>            <td height="30"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="30"></td>         </tr>         <tr>            <td align="center">&nbsp;</td>         </tr>         <tr>           <td height="30"><img src="http://residivjeux.free.fr/Worms/images/pix_jaune_s.gif" width="1" height="30"></td>         </tr>       </table>     </td>   </tr> </table> <!-- Fin du menu de droite --></td>   </tr>   <tr>     <td colspan="3" valign="top"><!-- Dbut du bas --> <table width="100%" height="10" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"> 	<tr valign="top">  		<td width="138" height="10" align="right" background="http://residivjeux.free.fr/Worms/images/menu_bas.gif"><img src="http://residivjeux.free.fr/Worms/images/angle_bas_gauche.gif" width="11" height="10"></td> 		<td height="10" align="center"><img src="http://residivjeux.free.fr/Worms/images/pix_blanc.gif" height="10"></td> 		<td width="138" height="10" align="left" background="http://residivjeux.free.fr/Worms/images/menu_bas.gif"><img src="http://residivjeux.free.fr/Worms/images/angle_bas_droite.gif" width="11" height="10"></td> 	</tr> </table> <!-- Fin du bas --> </td>   </tr> </table> </body> </html> 
