<html>  	<head> 		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 		<title>EDGE OF CHAOS</title> 		<csactions> 			<csaction name="B6396CF25" class="Open Window" type="ONEVENT" val0="news-sotd.htm" val1 val2="375" val3="300" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="false"> 			<csaction name="B67A3EE62" class="Open Window 1.1" type="ONEVENT" val0="news-sotd.htm" val1 val2="375" val3="300" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="false" val11="1" val12="1"> 			<csaction name="B74F947C1" class="Daily Image URL" type="ONLOAD" val0="SCREEN" val1="../../img/01/sotday/screenpage8.jpg" val2="../../img/01/sotday/screenpage9.jpg" val3="../../img/01/sotday/screenpage10.jpg" val4="../../img/01/sotday/screenpage11.jpg" val5="../../img/01/sotday/screenpage12.jpg" val6="../../img/01/sotday/screenpage13.jpg" val7="../../img/01/sotday/screenpage14.jpg"> 			<csaction name="B74F94823" class="Open Window" type="ONEVENT" val0="../../flash/01/video.htm" val1 val2="320" val3="240" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="false"> 		</csactions> 		<csactionitem name="B74F947C1"></csactionitem> 		<csscriptdict> 			<script><!-- CSStopExecution = false; CSInit = new Array; function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i<CSInit.length;i++) 	idxArray[i] = i; CSAction2(CSInit, idxArray); } function CSClickReturn () { 	var bAgent = window.navigator.userAgent;  	var bAppName = window.navigator.appName; 	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) 		return true; // dont follow link 	else return false; // dont follow link } CSStopExecution = false;  function CSAction(array) {  	return CSAction2(CSAct, array); } function CSAction2(fct, array) {  	var result; 	for (var i=0;i<array.length;i++) { 		if(CSStopExecution) return false;  		var actArray = fct[array[i]]; 		if(actArray == null) return false;   		var tempArray = new Array; 		for(var j=1;j<actArray.length;j++) { 			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) { 				if(actArray[j][0] == "VAR") { 					tempArray[j] = CSStateArray[actArray[j][1]]; 				} 				else { 					if(actArray[j][0] == "ACT") { 						tempArray[j] = CSAction(new Array(new String(actArray[j][1]))); 					} 				else 					tempArray[j] = actArray[j]; 				} 			} 			else 				tempArray[j] = actArray[j]; 		}			 		result = actArray[0](tempArray); 	} 	return result; } CSAct = new Object; function TCOpenWindow(action) { 	var wf = "";	 	wf = wf + "width=" + action[3]; 	wf = wf + ",height=" + action[4]; 	wf = wf + ",resizable=" + (action[5] ? "yes" : "no"); 	wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no"); 	wf = wf + ",menubar=" + (action[7] ? "yes" : "no"); 	wf = wf + ",toolbar=" + (action[8] ? "yes" : "no"); 	wf = wf + ",directories=" + (action[9] ? "yes" : "no"); 	wf = wf + ",location=" + (action[10] ? "yes" : "no"); 	wf = wf + ",status=" + (action[11] ? "yes" : "no");	 	var w = window.open(action[1],action[2],wf); 	 	/* 	 * Patch Netscape2 (Mac/X11), Internet Explorer 3 bugs 	 *		ignores first argument of window.open() (Netscape2(Mac/X11),IE3) 	 *		doesn't set opener proerty (Netscape2,IE3.0) 	 * uses an object detection model for maximum compatibility 	 */ 	if (w!=null) { 		if (w.location==null) w.location = action[1]; 		if (w.opener==null)  w.opener=self; 	} }function CSOpenPositionWindow(action) { // Matt Ridley, Dec. '98 	var wf = "";	 	wf = wf + "width=" + action[3]; 	wf = wf + ",height=" + action[4]; 	wf = wf + ",resizable=" + (action[5] ? "yes" : "no"); 	wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no"); 	wf = wf + ",menubar=" + (action[7] ? "yes" : "no"); 	wf = wf + ",toolbar=" + (action[8] ? "yes" : "no"); 	wf = wf + ",directories=" + (action[9] ? "yes" : "no"); 	wf = wf + ",location=" + (action[10] ? "yes" : "no"); 	wf = wf + ",status=" + (action[11] ? "yes" : "no");	 	wf = wf + ",left=" + action[12]; 	wf = wf + ",top=" + action[13];	 	window.open(action[1],action[2],wf); }CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { return CSFindElement(s,0); } function CSFindElement(n,ly) { if (CSBVers < 4) return document[n]; 	var curDoc = ly ? ly.document : document; var elem = curDoc[n]; 	if (!elem) { for (var i=0;i<curDoc.layers.length;i++) { 		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} 	return elem; } // Script copyright 1999, Adobe Systems Incorporated. All rights reserved.  function initIArray() { this.length = initIArray.arguments.length; for (var i = 0; i < this.length; i++) this[i+1] = initIArray.arguments[i];  }  function dailyImageURL(action) { var dateArray = new initIArray("Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"); var today = new Date(); var day = dateArray[today.getDay()]; if (today.getDay() == 0) { day = "Sunday"; } var img = null; if (document.images) { 	if (!IsIE()) img = CSFindElement(action[1],0); 	else img = document.images[action[1]]; 		if (img) { 			if (day == "Monday" && action[2] != "(Empty Reference!)") img.src = action[2] 			if (day == "Tuesday" && action[3] != "(Empty Reference!)") img.src = action[3] 			if (day == "Wednesday" && action[4] != "(Empty Reference!)") img.src = action[4] 			if (day == "Thursday" && action[5] != "(Empty Reference!)") img.src = action[5] 			if (day == "Friday" && action[6] != "(Empty Reference!)") img.src = action[6] 			if (day == "Saturday" && action[7] != "(Empty Reference!)") img.src = action[7] 			if (day == "Sunday" && action[8] != "(Empty Reference!)") img.src = action[8] 		}   }   } // --></script> 		</csscriptdict> 		<csactiondict> 			<script><!-- CSInit[CSInit.length] = new Array(dailyImageURL,/*CMP*/ 'SCREEN',/*URL*/ '../../img/01/sotday/screenpage8.jpg',/*URL*/ '../../img/01/sotday/screenpage9.jpg',/*URL*/ '../../img/01/sotday/screenpage10.jpg',/*URL*/ '../../img/01/sotday/screenpage11.jpg',/*URL*/ '../../img/01/sotday/screenpage12.jpg',/*URL*/ '../../img/01/sotday/screenpage13.jpg',/*URL*/ '../../img/01/sotday/screenpage14.jpg'); CSAct[/*CMP*/ 'B6396CF25'] = new Array(TCOpenWindow,/*URL*/ 'news-sotd.htm','',375,300,false,false,false,false,false,false,false); CSAct[/*CMP*/ 'B67A3EE62'] = new Array(CSOpenPositionWindow,/*URL*/ 'news-sotd.htm','',375,300,false,false,false,false,false,false,false,1,1); CSAct[/*CMP*/ 'B74F94823'] = new Array(TCOpenWindow,/*URL*/ '../../flash/01/video.htm','',320,240,false,false,false,false,false,false,false);  // --></script> 		</csactiondict> 		<link href="../../../eoc.css" rel="styleSheet" type="text/css"> 	</head>  	<body bgcolor="black" text="white" link="#00ee00" alink="#00ee00" vlink="white" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" background="../../img/00/bg.gif" onload="CSScriptInit();"> 		<a name="TOP"></a> 		<table border="0" cellpadding="0" cellspacing="0" width="750"> 			<tr> 				<td><a href="../../../index.html"><img border="0" height="47" width="172" src="../../img/00/logo.jpg"></a></td> 				<td><csobj w="577" h="44" t="Component" csref="../00/navig.htm" occur="0"> 					<div align="right"> 						<table border="0" cellpadding="0" cellspacing="0"> 							<tr> 								<td align="right" valign="middle"><img border="0" height="38" width="15" src="../../img/00/pixel.gif"></td> 								             <td align="right" valign="bottom"><a href="news.htm"><font size="2" face="Verdana">ACTUALITES</font></a><font size="2" face="Verdana">                . <a href="../02/gameinfo.htm">INFOS</a> . <a href="../03/story01.htm">HISTOIRE</a>                . <a href="../04/characters.htm">PERSONNAGES</a> . <a href="../08/community.htm">COMMUNAUTE                </a> . <a href="../09/ships.htm"> VAISSEAUX</a> . <a href="../11/support.htm">SUPPORT</a>                . <a href="../10/makingof.htm">D&Eacute;VELOPPEMENT DU JEU</a> .                <a href="../07/downloads.htm">GALERIE &amp; TELECHARGEMENTS</a>                . <a href="../05/pressquotes01.htm">ARTICLES</a> . <a href="../06/links.asp">LIENS</a></font></td> 								<td align="right" valign="top"><img border="0" height="38" width="5" src="../../img/00/pixel.gif"></td> 							</tr> 						</table> 					</div> 					</csobj></td> 			</tr> 		</table> 		<table border="0" cellpadding="0" cellspacing="0" width="750"> 			<tr> 				<td><img border="0" height="151" width="375" src="../../img/01/v-g-01.jpg"></td> 				<td><img border="0" height="151" width="375" src="../../img/01/v-d-01.jpg"></td> 			</tr> 		</table> 		<table border="0" cellpadding="0" cellspacing="0" width="750"> 			<tr> 				<td align="left" valign="top"> 					<table border="0" cellpadding="0" cellspacing="0"> 						<tr> 							<td align="left" valign="top"><img border="0" height="30" width="375" src="../../img/00/bande01.gif"></td> 						</tr> 						<tr> 							<td align="left" valign="top"><img border="0" height="36" width="375" src="../../img/01/t-titre.jpg"></td> 						</tr> 						<tr> 							<td align="left" valign="top"><img border="0" height="18" width="375" src="../../img/00/bande02.gif"></td> 						</tr> 						<tr> 							<td><img border="0" height="9" width="375" src="../../img/00/bande08.gif"></td> 						</tr> 					</table> 				</td> 				<td align="left" valign="top"><a href="../02/gameinfo.htm"><img border="0" height="89" width="375" src="../../img/mentor/mentor-news.gif"></a></td> 			</tr> 		</table> 		<table border="0" cellpadding="0" cellspacing="0" width="750"> 			<tr> 				<td align="left" valign="top"> 					<table border="0" cellpadding="0" cellspacing="0"> 						<tr> 							<td align="left" valign="top"> 								<table border="0" cellpadding="0" cellspacing="0"> 									<tr> 										<td align="left" valign="top"><img border="0" height="12" width="191" src="../../img/00/bande03.gif"></td> 									</tr> 									<tr> 										<td align="left" valign="top"><img border="0" height="15" width="42" src="../../img/00/bande04.gif"></td> 									</tr> 									<tr> 										<td align="left" valign="top"><img border="0" height="14" width="321" src="../../img/01/accroche01.gif" hspace="15"></td> 									</tr> 									<tr> 										<td><img border="0" height="30" width="15" src="../../img/00/pixel.gif"></td> 									</tr> 								</table> 							</td> 						</tr> 						<tr> 							<td align="left" valign="top"> 								<table border="0" cellpadding="0" cellspacing="0"> 									<tr> 										<td align="left" valign="top"> 											<table border="0" cellpadding="0" cellspacing="0"> 												<tr> 													<td align="left" valign="top"><img border="0" height="10" width="15" src="../../img/00/pixel.gif"></td> 													<td align="left" valign="top"> 														<table border="0" cellpadding="0" cellspacing="0"> 															<tr> 																                             <td align="left" valign="top">                                <table border="0" cellpadding="0" cellspacing="0">                                 <tr>                                    <td><img border="0" height="9" width="9" src="../../img/00/puce.gif"></td>                                   <td><img border="0" height="8" width="5" src="../../img/00/pixel.gif"></td>                                   <td><img border="0" height="9" width="97" src="../../img/01/t-latest.gif"></td>                                 </tr>                               </table>                               <p><font face="Arial, Helvetica, sans-serif">Un                                  nouveau Patch est d&eacute;sormais disponible                                  ! Au programme des am&eacute;liorations: correction                                  de probl&egrave;mes sc&eacute;nariques, am&eacute;lioration                                  du jeu en multijoueur, meilleur support DirectX                                  8.0... Pour le t&eacute;l&eacute;charger <a href="ftp://ftp.download-center.com/pub/download/fr_infogrames_com/patches/fichiers/I-war/eoc2.zip"><i><b>c'est                                  ICI</b></i></a> </font></p>                               <p align="center"><font size="2" face="Verdana"><img src="http://www.edgeofchaos.net/img/eoconline.jpg" border="0"><br>                                 <img border="0" height="9" width="9" src="../../img/00/puce.gif">                                  <b><i>NOUVEAU !</i></b></font></p>                               <p><font face="Arial, Helvetica, sans-serif"><b><i>Edge                                  of Chaos Online est d&eacute;sormais en ligne                                  !</i></b></font></p>                               <p><font face="Arial, Helvetica, sans-serif">Venez                                  d&eacute;couvrir </font><font face="Arial, Helvetica, sans-serif">                                  l'ultime challenge multijoueurs dans l'univers                                  persistant d'<i>Edge of Chaos</i>. Pour rejoindre                                  les heureux participants, n'h&eacute;sitez plus                                  car c'est une exclusivit&eacute; Infogrames, le                                  tout gratuitement ! </font><font size="2" face="Verdana"><img border="0" height="9" width="9" src="../../img/00/puce.gif"></font>                                  <font face="Arial, Helvetica, sans-serif"><a href="http://gameserv.infogrames.fr:8080/eoc/" target="_blank">Cliquez                                  ici</a></font></p>                               <table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td><img border="0" height="9" width="9" src="../../img/00/puce.gif"></td> 																			<td><img border="0" height="8" width="5" src="../../img/00/pixel.gif"></td> 																			<td><img border="0" height="9" width="97" src="../../img/01/t-latest.gif"></td> 																		</tr> 																	</table> 																	                               <p><font size="2" face="Verdana"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Nouveau                                  patch &agrave; t&eacute;l&eacute;charger. Ce patch                                  corrige des bugs et am&eacute;liore l'intelligence                                  artificielle des &eacute;quipiers<br>                                 <a href="ftp://ftp.download-center.com/pub/download/motion/edgeofchaos/patch/eocpatchv1_0.zip">Cliquez                                  ici pour t&eacute;l&eacute;charger le patch</a></font></font><br>                               </p>                               <p><font size="2" face="Verdana">Venez d&eacute;couvrir                                  la &gt;<a href="#" csclick="B74F94823" onclick="CSAction(new Array(/*CMP*/'B74F94823'));return CSClickReturn();">vid&eacute;o</a>&lt;                                  de pr&eacute;sentation du jeu ! A ne manquer sous                                  aucun pr&eacute;texte...<br>                                 </font><br>                                 <font size="2" face="Verdana">Si vous ne connaissez                                  pas EDGE OF CHAOS, <a href="../02/gameinfo.htm">cliquez                                  ici</a> pour en savoir plus sur ce jeu.</font><br>                                 <br>                                 <font size="2" face="Verdana">EDGE OF CHAOS a                                  &eacute;t&eacute; r&eacute;compens&eacute; au                                  cours du dernier E3:<br>                                 &#149; Wargamer &quot;meilleur jeu de l'E3&quot;,<br>                                 &#149; <a href="http://www.zdnet.com/gamespot/" target="_blank">Gamespot</a>                                  &quot;La simulation la plus impressionnante de                                  l'E3&quot;.</font></p>                             </td> 																<td align="left" valign="top"><img border="0" height="10" width="15" src="../../img/00/pixel.gif"></td> 															</tr> 															<tr> 																<td align="left" valign="top"><img border="0" height="35" width="25" src="../../img/00/pixel.gif"></td> 																<td align="left" valign="top"></td> 															</tr> 															<tr> 																<td valign="top"> 																	<table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td valign="top"><img border="0" height="9" width="9" src="../../img/00/puce.gif"></td> 																			<td><img border="0" height="8" width="5" src="../../img/00/pixel.gif"></td> 																			<td><img border="0" height="18" width="125" src="../../img/01/t-calendar.gif"></td> 																		</tr> 																	</table> 																	<br> 																	<font size="2" face="Verdana">Revenez prochainement pour en savoir plus sur les personnages, les vaisseaux et les goodies &agrave; t&eacute;l&eacute;charger.</font></td> 																<td></td> 															</tr> 															<tr> 																<td><img border="0" height="35" width="25" src="../../img/00/pixel.gif"></td> 																<td></td> 															</tr> 														</table> 													</td> 												</tr> 											</table> 										</td> 										<td align="left" valign="top"> 											<table border="0" cellpadding="0" cellspacing="0"> 												<tr> 													<td align="left" valign="top"> 														<table border="0" cellpadding="0" cellspacing="0"> 															<tr> 																<td align="left" valign="top"> 																	<table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td><img border="0" height="9" width="9" src="../../img/00/puce.gif"></td> 																			<td><img border="0" height="8" width="5" src="../../img/00/pixel.gif"></td> 																			<td><img border="0" height="9" width="119" src="../../img/01/t-screenshot.gif"></td> 																		</tr> 																	</table> 																	<br> 																	<table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td align="left" valign="top"><img border="0" height="8" width="14" src="../../img/00/pixel.gif"></td> 																			<td align="left" valign="top"><a href="#" csclick="B67A3EE62" onclick="CSAction(new Array(/*CMP*/'B67A3EE62'));return CSClickReturn();"><img border="0" height="109" width="161" src="../../img/00/pixel.gif" name="SCREEN"></a></td> 																		</tr> 																	</table> 																</td> 																<td align="left" valign="top"><img border="0" height="10" width="15" src="../../img/00/pixel.gif"></td> 															</tr> 															<tr> 																<td align="left" valign="top"><img border="0" height="11" width="25" src="../../img/00/pixel.gif"></td> 																<td align="left" valign="top"></td> 															</tr> 															<tr> 																<td align="left" valign="top"> 																	<table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td><img border="0" height="5" width="14" src="../../img/00/pixel.gif"></td> 																			<td><a href="#" csclick="B6396CF25" onclick="CSAction(new Array(/*CMP*/'B6396CF25'));return CSClickReturn();"><font size="2" face="Verdana">Cliquez ici</font></a></td> 																		</tr> 																	</table> 																</td> 																<td align="left" valign="top"></td> 															</tr> 															<tr> 																<td align="left" valign="top"><img border="0" height="35" width="25" src="../../img/00/pixel.gif"></td> 																<td align="left" valign="top"></td> 															</tr> 															<tr> 																<td align="left" valign="top"> 																	<table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td><img border="0" height="9" width="9" src="../../img/00/puce.gif"></td> 																			<td><img border="0" height="8" width="5" src="../../img/00/pixel.gif"></td> 																			<td><img border="0" height="8" width="66" src="../../img/01/t-newsletter.gif"></td> 																		</tr> 																	</table> 																	<br> 																	<font size="2" face="Verdana"> 																	<table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td><font size="2" face="Verdana">Recevez la Newsletter de EDGE OF CHAOS: </font> 																				<form action="http://www.infogrames.de/cgi-bin/robmail2/adduser.cgi" method="post"> 																			</form></td> 																		</tr> 																		<tr> 																			<td><img border="0" height="11" width="25" src="../../img/00/pixel.gif"></td> 																		</tr> 																		<tr> 																			<td> 																				<table border="0" cellpadding="1" cellspacing="0"> 																					<tr> 																						<td valign="middle" align="left"><input type="text" email" lenght="30" size="14" maxlength="60" name="email" value="votre e-mail"></td> 																						<td valign="middle" align="right"><input type="submit" name="submit" value="envoyer"></td> 																					</tr> 																				</table> 																			</td> 																		</tr> 																		<tr> 																			<td> 																				<center> 																					<table border="0" cellpadding="2" cellspacing="0"> 																						<tr> 																							<td align="left" valign="middle"><input type="radio" name="what" value="add" checked></td> 																							<td align="left" valign="middle"><font size="2" face="Verdana">Je m'abonne</font></td> 																						</tr> 																						<tr> 																							<td valign="top"><input type="radio" name="what" value="remove"></td> 																							<td><font size="2" face="Verdana">Je r&eacute;silie mon abonnement</font></td> 																						</tr> 																					</table> 																				</center> 																			</td> 																		</tr> 																	</table> 																	<input type="hidden" name="list" value="independence_war_2"><input type="hidden" name="name" value="???"> 																	 																	 																	</font></td> 																<td align="left" valign="top"></td> 															</tr> 															<tr> 																<td align="left" valign="top"><img border="0" height="35" width="25" src="../../img/00/pixel.gif"></td> 																<td align="left" valign="top"></td> 															</tr> 															<tr> 																<td> 																	<table border="0" cellpadding="0" cellspacing="0"> 																		<tr> 																			<td><img border="0" height="9" width="9" src="../../img/00/puce.gif"></td> 																			<td><img border="0" height="8" width="5" src="../../img/00/pixel.gif"></td> 																			<td><img border="0" height="9" width="108" src="../../img/01/t-quotes.gif"></td> 																		</tr> 																	</table> 																	<br> 																	<font size="2" face="Verdana">Lisez l'interview du producteur sur Gamespot.<br> 																	<a href="http://www.gamespot.co.uk/interviews/2001/01/180-iwar2.html" target="_blank">Cliquez ici.<br> 																	</a></font></td> 																<td></td> 															</tr> 															<tr> 																<td><img border="0" height="35" width="25" src="../../img/00/pixel.gif"></td> 																<td></td> 															</tr> 														</table> 													</td> 												</tr> 											</table> 										</td> 									</tr> 								</table> 							</td> 						</tr> 					</table> 				</td> 				<td align="right" valign="top"><img border="0" height="524" width="352" src="../../img/01/map.jpg"></td> 			</tr> 		</table> 		<table border="0" cellpadding="0" cellspacing="0" width="750"> 			<tr> 				<td align="left" valign="bottom"><img border="0" height="48" width="314" src="../../img/00/bande05.gif"></td> 				<td align="left" valign="bottom"><img border="0" height="26" width="253" src="../../img/00/bande06.gif"></td> 				<td align="left" valign="bottom"> 					<table border="0" cellpadding="0" cellspacing="0"> 						<tr> 							<td> 								<div align="right"> 									<table border="0" cellpadding="0" cellspacing="0"> 										<tr> 											<td><a href="#TOP"><font size="2" face="Verdana">HAUT DE LA PAGE</font></a></td> 											<td><img border="0" height="10" width="5" src="../../img/00/pixel.gif"></td> 											<td><img border="0" height="9" width="9" src="../../img/00/puce.gif" vspace="2"></td> 											<td><img border="0" height="10" width="5" src="../../img/00/pixel.gif"></td> 											<td><img border="0" height="9" width="9" src="../../img/00/puce.gif" vspace="2"></td> 											<td><img border="0" height="10" width="5" src="../../img/00/pixel.gif"></td> 										</tr> 									</table> 								</div> 							</td> 						</tr> 						<tr> 							<td><img border="0" height="26" width="184" src="../../img/00/bande07.jpg"></td> 						</tr> 					</table> 				</td> 			</tr> 		</table> 		<table border="0" cellpadding="0" cellspacing="0" width="750"> 			<tr> 				<td><img border="0" height="38" width="5" src="../../img/00/pixel.gif"></td> 				<td align="left" valign="bottom"><a href="../02/gameinfo.htm"><font size="2" face="Verdana">CONFIGURATIONS ET </font></a><font size="2" face="Verdana"><a href="../02/gameinfo.htm">CARACTERISTIQUES TECHNIQUES.</a></font></td> 				<td><csobj w="527" h="44" t="Component" csref="../00/navig.htm" occur="1"> 					<div align="right"> 						<table border="0" cellpadding="0" cellspacing="0"> 							<tr> 								<td align="right" valign="middle"><img border="0" height="38" width="15" src="../../img/00/pixel.gif"></td> 								<td align="right" valign="bottom"><a href="news.htm"><font size="2" face="Verdana">ACTUALITES</font></a><font size="2" face="Verdana"> . <a href="../02/gameinfo.htm">INFOS</a> . <a href="../03/story01.htm">HISTOIRE</a> . <a href="../04/characters.htm">PERSONNAGES</a> . <a href="../09/ships.htm">VAISSEAUX</a> . <a href="../11/support.htm">SUPPORT</a> . <a href="../10/makingof.htm">D&Eacute;VELOPPEMENT DU JEU</a> . <a href="../07/downloads.htm">GALERIE &amp; TELECHARGEMENTS</a> . <a href="../05/pressquotes01.htm">ARTICLES</a> . <a href="../06/links.asp">LIENS</a></font></td> 								<td align="right" valign="top"><img border="0" height="38" width="5" src="../../img/00/pixel.gif"></td> 							</tr> 						</table> 					</div> 					</csobj></td> 			</tr> 		</table> 	</body>  </html> 
