<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>LausanneFM.com - Made &amp; hosted by Infomaniak Network</title> <link rel="stylesheet" href="/inc/lausannefm.css" type="text/css"> <script language="javaScript" type="text/javascript" SRC="http://www.lausannefm.ch/inc/js/coolWindow.js"></script> <script> // 23 mars 2002 - yannick function MM_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); } // END   function openIT(theURL,W,H,X,Y, wname) {       CLOSEdwn = "/tchatche/onecq/img/close_dwn.gif"       CLOSEup = "/tchatche/onecq/img/close_up.gif"       CLOSEovr = "/tchatche/onecq/img/close_ovr.gif"       MINIdwn = "/tchatche/onecq/img/mini_dwn.gif"       MINIup = "/tchatche/onecq/img/mini_up.gif"       MINIovr = "/tchatche/onecq/img/mini_ovr.gif"       NONEgrf = "/tchatche/onecq/img/transparent.gif"       CLOCKgrf = "/tchatche/onecq/img/clock.gif"       titHTML = "<font face=arial size=1 color=white><b></b></font>"        titWIN = ""       winBORDERCOLOR = "#000000"       winBORDERCOLORsel = "#000000"       winBGCOLOR = "#B8B8B8"       winBGCOLORsel = "#CFCFCF"       return openchromeless(theURL, wname, W, H, X, Y, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML,     titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)     }	     	margeH = (screen.height/2)-280;     	margeG = (screen.width/2)-380;     	     	if(navigator.appName=="Microsoft Internet Explorer") {     		largeur=760; hauteur=550;     	} else {      		if(parseInt(navigator.appVersion)>=4&&parseInt(navigator.appVersion)<5) {     			largeur=760; hauteur=540;      		} else {     			largeur=760; hauteur=490;     		}     	}   </script>             <script language="JavaScript"> function NewWindow(url) 	{ 	 var hWnd = window.open(url,"","width=800,height=800,toolbar=no,resizable=no,scrollbars=yes,dependent=no"); 	   if (hWnd.focus != null) hWnd.focus(); 	} function VersionNavigateur(Netscape, Explorer) {   if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||             (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))     return true; else return false; }  // Restore swap Image function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  // Preload Images, imagesimages function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  // Swap Image, swapswap function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }  // Barre de dfilement OneFM - 1 function changestat(msg) { 	window.status="Lausanne.com , "+msg; 	return true; } // Barre de dfilement OneFM - 2 function clearstat() { 	window.status="LausanneFM - http://www.lausannefm.com"; } var ns4 = (document.layers)? true:false; var ie4 = (document.all)? true:false; var dom = (document.getElementById)? true:false;  var bn = navigator.appName.substring(0,8); var bn = bn.toUpperCase(); var bv = navigator.appVersion.substring(0,1);  var fwHideMenuTimer;  var Actu = 'div1';  function DelTimeout() { 	clearTimeout(fwHideMenuTimer); } function StartTimeOut(ID) { 	ID2 = ID; 	fwHideMenuTimer = setTimeout("no(ID2)", 3000); }  function CloseOther(ID) { var tmp; 	setToAnchor('IDA1','ancre',ID); 	for(i=1;i<10;i++) { 		tmp='div'+i; 		if(tmp!=ID) { 			if(bn=="MICROSOF") document.all[tmp].style.visibility                     = 'hidden'; 			if(bn=="NETSCAPE" && bv==4) document.layers[tmp].visibility               = 'hidden'; 			if(bn=="NETSCAPE" && bv==5) document.getElementById(tmp).style.visibility = 'hidden'; 		} 	} }  function no(ID) { 	if(bn=="MICROSOF") { 		document.all[ID].style.visibility = 'hidden'; 	} else if(bn=="NETSCAPE" && bv==4) { 		document.layers[ID].visibility = 'hidden'; 	} else if(bn=="NETSCAPE" && bv==5) { 		document.getElementById(ID).style.visibility = 'hidden'; 	} }  function setToAnchor(ID_Anchor,Name_Anchor,ID_Div) { var DivLeft = 0; var DivTop  = 0; if(bn=="MICROSOF") {         pos = document.all[ID_Anchor];         DivLeft = getLeft(pos);         DivTop = getTop(pos);         document.all[ID_Div].style.posLeft = DivLeft;         document.all[ID_Div].style.posTop = DivTop-6;         document.all[ID_Div].style.visibility = 'visible'; } else if(bn=="NETSCAPE" && bv==4) {         pos = document.anchors[Name_Anchor];         DivLeft = pos.x;         DivTop = pos.y;         document.layers[ID_Div].pageX = DivLeft;         document.layers[ID_Div].pageY = DivTop-5;         document.layers[ID_Div].visibility = 'visible'; } else if(bn=="NETSCAPE" && bv==5) {         pos = document.getElementById(ID_Anchor);         DivLeft = getLeft(pos);         DivTop = getTop(pos);         document.getElementById(ID_Div).style.left = DivLeft;         document.getElementById(ID_Div).style.top = DivTop-29;         document.getElementById(ID_Div).style.visibility = 'visible'; }     }  function getLeft(MyObject)     {     if (MyObject.offsetParent)         return (MyObject.offsetLeft + getLeft(MyObject.offsetParent));     else          return (MyObject.offsetLeft);     }  function getTop(MyObject)     {     if (MyObject.offsetParent)         return (MyObject.offsetTop + getTop(MyObject.offsetParent));     else         return (MyObject.offsetTop);     }  </script> </head> <body background="/images/img_interface_all/interface_fond_all.gif" bgcolor="#ffffff" text="#000000" link="#000080" vlink="#800080" alink="#ff0000" onLoad="MM_preloadImages('/images/img_menu_all/menu_login_bouton_oubli_over.gif','/images/img_menu_all/m_radio_programmes_over.gif','/images/img_menu_all/m_radio_animateurs_over.gif','/images/img_menu_all/m_radio_emissions_over.gif','/images/img_menu_all/m_radio_live_over.gif','/images/img_menu_all/m_radio_zdiffusion_over.gif','/images/img_menu_all/m_radio_webcamlive_over.gif','/images/img_menu_all/m_membres_inscription_over.gif','/images/img_menu_all/m_membres_profil_over.gif','/images/img_menu_all/m_membres_annuaire_over.gif','/images/img_menu_all/m_tchatche_chat_over.gif','/images/img_menu_all/m_tchatche_forums_over.gif','/images/img_menu_all/m_tchatche_icq_over.gif','/images/img_menu_all/m_cinemas_regions_over.gif','/images/img_menu_all/m_cinemas_horaires_over.gif','/images/img_menu_all/m_cinemas_recherche_over.gif')" onResize="setToAnchor('IDA1','ancre',Actu);" topmargin="0" marginheight="0"> <form name="login">   <table border=0 cellpadding=0 cellspacing=0 align="center" width="749">     <tr><td width=749 colspan=3><img src="/images/img_interface_all/interface_top_all.gif" usemap="#MapLogoTop" border=0 alt="lausannefm - www.lausannefm.com"></td>     </tr> 	<tr>      	<td width=749 height=25 colspan=3 align="center" background="/images/img_interface_all/interface_fond_infos_all.gif"><applet code="ascroll.class" codebase="/inc/js/" width="730" height="14"> 		              <param name="applet_width" value="730"> 		              <param name="applet_height" value="14"> 		              <param name="regcode" value=""> 		              <param name="info" value=""> 		              <param name="bgcolor" value="CCCCCC"> 		              <param name="border" value="no"> 		              <param name="border_color" value="CCCCCC"> 		              <param name="mouse_over" value="slow"> 		              <param name="scroll_delay" value="12"> 		              <param name="xspace" value="0"> 			  <param name=target_frame value="_blank"> 			  			   	<param name="text1" value="Ecoutez LAUSANNE FM ... EN LIVE sur Internet (et aussi en qualit 128 kbps mp3) !!!! Cliquez ICI"> 		              	<param name="link1" value="http://www.lausannefm.com/radio/lausannefm_live/indexlive.asp"> 		             	<param name="font1" value="Arial,1,11"> 		              	<param name="color1" value="E41818,004261"> 		              	<param name="status_bar_msg1" value=""> 		              	<param name="yposition1" value="12"> 				<param name="text2" value="&nbsp;&nbsp;-&nbsp;&nbsp;"> 		              	<param name="link2" value=""> 		             	<param name="font2" value="Verdana,1,11"> 		              	<param name="color2" value="000000,000000"> 		              	<param name="status_bar_msg2" value=""> 		              	<param name="yposition2" value="12"></applet> </td> 	</tr> 	<tr> 	<td width=158 background="/images/img_menu_all/fond_menu.gif" align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0">           <tr>              <td width="159"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- 	A NE PAS VIRER MERCI... 	onClick="MM_openBrWindow('/radio/lausannefm_live/lausannefm_audio.html','live','width=520,height=224')" -->   <!-- LOGIN --> 	<form name="login" action="/cinemas/default.asp" method="post"> 	<table border=0 cellpadding=0 cellspacing=0 width="156">   <tr>              <td width=156 colspan=3><img src="/images/img_menu_all2/top_a.gif" width="156" height="26"><a href="radio/lausannefm_live/indexlive.asp"><img src="/images/img_menu_all2/anim_live.gif" width="156" height="30" border="0"></a><img src="/images/img_menu_all2/bottom_a.gif" width="156" height="23"></td>           </tr>           <tr>              <td width=25 height=68 rowspan=3> <img src="/images/img_menu_all/menu_login_left.gif" width=25 height=68></td>             <td width=107 height=25 align="center" background="/images/img_menu_all/login_fond_login.gif">                <input type="text" name="m_pseudo" class="boxlogin" size="10"  								value="pseudo" 								onFocus=" 								if(document.login.m_pseudo.value=='pseudo') {document.login.m_pseudo.value='';}; 								if(document.login.m_password.value=='') {document.login.m_password.value='niarkpassword'};">             </td>             <td width=24 height=68 rowspan=3> <img src="/images/img_menu_all/menu_login_right.gif" width=24 height=68></td>           </tr>           <tr>              <td width=107 height=25 align="center" background="/images/img_menu_all/login_fond_password.gif">               <input type="password" name="m_password" class="boxlogin" size="10" value="niarkpassword" onFocus="if(document.login.m_password.value=='niarkpassword') {document.login.m_password.value='';};if(document.login.m_pseudo.value=='')  								{document.login.m_pseudo.value='pseudo'};">			              </td>           </tr>           <tr>              <td width=107 height=18> <input type="image" src="/images/img_menu_all/menu_login_bouton_connecter.gif" width=107 height=18 name="subaction" border=0></a></td>           </tr>           <tr>              <td width=156 height=25 colspan=3><a href="/membres/oublipassword.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('password','','/images/img_menu_all/menu_login_bouton_oubli_over.gif',1)"><img name="password" border="0" src="/images/img_menu_all/menu_login_bouton_oubli.gif" width="156" height="25"></a></td>           </tr>           <tr>              <td width=156 colspan=3> <img src="/images/img_menu_all/bas_login.gif" width="156"></td>           </tr>         </table> 			<!-- LOGIN END --> 			 </td>           </tr>           <tr>              <td align="center" width="159">  			<table border=0 cellpadding=0 cellspacing=0>	 		          <tr>  		            <td colspan=3><img src="/images/img_menu_all/t_pub.gif" width="156" height="23"></td> 		    	  </tr> 		    	 		    	   		          <tr align="center"> 		            <td colspan=3>  			              <table width="158" border="0" cellspacing="0" cellpadding="0"> 						   								   <tr> 									<td colspan=3 height=15 align="center"><script language="javascript" src="http://banner.infomaniak.ch/banner.php?iSiteCode=26&iZoneCode=70"></script></td> 								</tr> 						 								<tr> 									<td colspan=3 height=15></td> 								</tr> 			                <tr>  			                  <td width="19">&nbsp;</td> 			                  <td width="124" align="center"><script language="javascript" src="http://banner.infomaniak.ch/banner.php?iSiteCode=26&iZoneCode=43"></script></td> 			                  <td width="16">&nbsp;</td> 			                </tr>               </table>             </td>           </tr> 		  <tr align="center"> 			<td colspan=3><br> 						</td> 		  </tr>         </table> 			</form> 			</td>           </tr>         </table>       </td>       <td width=584 background="/images/img_interface_all/fond_all_main.gif"  valign="top" align="center"> 	  <table width="100%" border="0" cellspacing="0" cellpadding="0" background="">           <tr>             <td background=""><img src="/images/img_menu_all/big_menu4.gif" width="584" height="25" usemap="#MenuTopMap" border="0"></td>           </tr> 	  <tr> 	    <td background=""> 	    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <HTML>      <script> function changeregion(){ 	document.formregions.submit(); } </script> <table width="584" border="0" cellspacing="0" cellpadding="0">   <tr>      <td><a name="ancre" id="IDA1"><img src="images/img_cinemas/titre_cinema.gif" width="584" height="38"></a></td>   </tr>   <tr>      <td>        <table width="584" border="0" cellspacing="0" cellpadding="0">         <tr>            <td width="584" background="images/img_interface_all/fond_uniall.gif">              <table width="100%" border="0" cellspacing="0" cellpadding="0">                <tr>                  <td><img src="images/img_cinemas/top_recherche.gif" width="584" height="5"></td>               </tr>               <tr>                <form method="get" action="inc/recherche.asp">                 <td background="images/img_cinemas/fond_recherche.gif">                    <table border="0" cellspacing="0" cellpadding="0" width="584">                     <tr>                        <td rowspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                       <td width="157"><img src="images/img_cinemas/t_module_de_recherche.gif"></td>                       <td align="right" width="403">                          <table border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td align="right">                                <input type="text" name="searchBox" size="10" class="boxblancall">                             </td>                             <td align="right"><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td align="right">                                <select name="jour" class="boxblancall">                                  <option value="4" selected>Dimanche</option>                               <option value="5" >Lundi</option>                               <option value="6" >Mardi</option>                               	                               </select>                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td align="right">                                <select name="Heure" class="boxblancall">                                   					<option value="10">10h00  12h00</option>     				  					<option value="11">11h00  13h00</option>     				  					<option value="12">12h00  14h00</option>     				  					<option value="13">13h00  15h00</option>     				  					<option value="14">14h00  16h00</option>     				  					<option value="15">15h00  17h00</option>     				  					<option value="16">16h00  18h00</option>     				  					<option value="17">17h00  19h00</option>     				  					<option value="18">18h00  20h00</option>     				  					<option value="19">19h00  21h00</option>     				  					<option value="20">20h00  22h00</option>     				  					<option value="21">21h00  23h00</option>     				  					<option value="22">22h00  24h00</option>     				<option selected>toute la journe</option>                                </select>                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td align="right">                               <select name="genres" class="boxblancall">                                 	<option value="">tous les genres</option> 						 							<option value="9" >-</option> 						 							<option value="60" >Action</option> 						 							<option value="58" >Action, Fantastique</option> 						 							<option value="12" >Animation</option> 						 							<option value="55" >Aventure Drame</option> 						 							<option value="11" >Aventures</option> 						 							<option value="66" >Biographie, Comdie dramatique</option> 						 							<option value="2" >Comdie</option> 						 							<option value="16" >Comdie dramatique</option> 						 							<option value="68" >Comdie musicale</option> 						 							<option value="71" >Comdie policire</option> 						 							<option value="35" >Comdie romantique</option> 						 							<option value="56" >Comdie, Aventure</option> 						 							<option value="5" >Dessin Anim</option> 						 							<option value="28" >Divers</option> 						 							<option value="27" >Documentaire</option> 						 							<option value="17" >Drame</option> 						 							<option value="13" >Drame psychologique</option> 						 							<option value="57" >Drame, Thriller</option> 						 							<option value="24" >Historique</option> 						 							<option value="23" >Horreur</option> 						 							<option value="46" >Policier psychologique</option> 						 							<option value="72" >Romance, Drame</option> 						 							<option value="10" >Thriller</option> 						                               </select>                               </td>                           </tr>                         </table>                       </td>                       <td class="arial11Noir" rowspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                     </tr>                     <tr>                        <td colspan="2"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="6"></td>                     </tr>                                          <tr>                        <td width="157">&nbsp;</td>                       <td align="right" width="403">                          <table border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td class="arial11Noir"><b>VF:</b></td>                             <td>                                <input type="checkbox" name="checkbox" value="checkbox">                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td class="arial11Noir"><b>VO:</b></td>                             <td>                                <input type="checkbox" name="checkbox2" value="checkbox">                             </td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="18"></td>                             <td><b>                                <input type="submit" name="bouton" value="Imprimer" class="boutonformulairall">                               </b></td>                             <td><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="18"></td>                             <td><b>                                <input type="submit" name="bouton" value="Afficher" class="boutonformulairall">                               </b></td>                           </tr>                         </table>                       </td>                     </tr>                   </table>                 </td>                 </form>               </tr>               <tr>                  <td><img src="images/img_cinemas/bottom_recherche.gif" width="584" height="5"></td>               </tr>                <tr>                  <td><img src="images/img_cinemas/top_top_detail_annonce.gif" width="584" height="5"></td>               </tr>               <tr>                  <td height="17" background="images/img_cinemas/fond_rubriques.gif">                    <table border="0" cellspacing="0" cellpadding="0" width="584">                     <tr>                        <td width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                       <td width="554" align="right">                          <table border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td><img src="images/img_cinemas/t_selectionregion.gif" width="163" height="21"></td>                             <td><img src="images/img_cinemas/fleches_regions_anim.gif" width="46" height="13"></td>                             <form name="formregions" action="" method="">                             <td><select name="iCodeRegion" class="boxrougeall" onchange="changeregion();"> 			                                 <option                                   value="15">Bienne</option>                                                          <option                                   value="4">Fribourg</option>                                                          <option                                   value="1">Genve</option>                                                          <option                                   value="14">Jura</option>                                                          <option                                                                    selected                                   value="9">Lausanne</option>                                                          <option                                   value="2">Neuchatel</option>                                                          <option                                   value="12">Valais</option>                                                          <option                                   value="13">Vaud</option>                         </select> 			                               </td>                             </form>                           </tr>                         </table>                       </td>                       <td class="arial11Noir" width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                     </tr>                   </table>                 </td>               </tr>               <tr>                  <td><img src="images/img_cinemas/top_bottom_detail_annonce.gif" width="584" height="5"></td>               </tr>               <tr>                  <td align="center">                    <table width="569" border="0" cellspacing="0" cellpadding="0">                     <tr>                        <td width="349" valign="top">                          <table width="100%" border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td>  							<!--Boarding-->                               <table width="100%" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td width="349" align="center"><img src="images/img_cinemas/t_boarding.gif" width="349" height="24"></td>                                 </tr>                                 <tr>                                    <td align="center" background="images/img_cinemas/fond_main_gclair.gif">                                      <table width="349" border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td align="center" width="349"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                       </tr>                  		      				     <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td width="13">&nbsp;&nbsp;&nbsp;</td>                                               <td class="arial11NoirUnderline" width="194">Pas de seances en ce moment </td>                                               <td width="6"><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                               <td align="right" class="arial11Rouge" width="117"><b></b></td>                                             </tr>                                           </table>                                         </td>                                       </tr>	 				                                                                                   <tr>                                          <td align="center" width="349"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                       </tr>                                     </table>                                   </td>                                 </tr>                                 <tr>                                    <td align="center"><img src="images/img_cinemas/bottom_main_gclair.gif" width="349" height="8"></td>                                 </tr>                               </table> 							  <!--boarding-->                             </td>                           </tr>                           <tr>                              <td>                               							<!--Palmares-->                               <table width="100%" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td width="349" align="center"><img src="images/img_cinemas/t_palmares.gif" width="349" height="24"></td>                                 </tr>                                 <tr>                                    <td align="center" background="images/img_cinemas/fond_main_gclair.gif">                                      <table width="349" border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td align="center" width="349"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                       </tr>                                                                               <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>1.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5007"><b>Un nouveau russe</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.8</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5007" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter1','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter1" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>2.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5317"><b>La vie de David Gale</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.6</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5317" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter2','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter2" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>3.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5350"><b>Dolls</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.5</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5350" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter3','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter3" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>4.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5089"><b>Bowling for Columbine</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.4</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5089" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter4','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter4" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>5.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5332"><b>X-Men 2</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.4</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5332" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter5','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter5" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>6.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5341"><b>Le chemin de la libert</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.2</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5341" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter6','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter6" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>7.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5263"><b>Frida</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.1</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5263" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter7','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter7" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>8.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5301"><b>The 25th Hour</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">5.1</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5301" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter8','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter8" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>9.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5288"><b>Stupeur et tremblements</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.9</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5288" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter9','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter9" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>10.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5370"><b>Fanfan la Tulipe</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.9</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5370" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter10','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter10" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>11.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5268"><b>The Hours</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.7</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5268" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter11','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter11" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>12.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=685"><b>batman le defi</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.7</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=685" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter12','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter12" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>13.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5255"><b>Pinocchio</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.7</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5255" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter13','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter13" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>14.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5329"><b>Le coeur des hommes</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.5</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5329" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter14','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter14" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>15.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5314"><b>Johnny English</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.5</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5314" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter15','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter15" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>16.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5337"><b>Matrix Reloaded</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.4</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5337" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter16','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter16" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>17.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5334"><b>Jackass Le film</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.4</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5334" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter17','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter17" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>18.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5358"><b>Bon Voyage</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">4.3</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5358" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter18','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter18" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>19.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5333"><b>Gomez & Tavars</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">3.9</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5333" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter19','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter19" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                             	<tr>                                         	 	<td align="center" width="349"><img src="images/img_cinemas/separation_t_main.gif" width="335" height="5"></td>                                       	</tr>	                                   	                                             <tr>                                          <td align="center" width="349">                                            <table width="325" border="0" cellspacing="0" cellpadding="0">                                             <tr>                                                <td>                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td class="arial11Rouge" width="20"><b>20.</b></td>                                                     <td class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5239"><b>Le Livre de la Jungle 2</b></a></td>                                                   </tr>                                                 </table>                                               </td>                                               <td align="right">                                                  <table border="0" cellspacing="0" cellpadding="0">                                                   <tr>                                                      <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td class="arial11Noir">Note:</td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><b class="arial11Rouge">3.4</b></td>                                                     <td><img src="images/img_interface_all/espaceur_trans.gif" width="6" height="6"></td>                                                     <td><a href="voter.asp?film=5239" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('voter20','','images/img_cinemas/bouton_voter_over.gif',1)"><img name="voter20" border="0" src="images/img_cinemas/bouton_voter.gif" width="38"></a></td>                                                   </tr>                                                 </table>                                               </td>                                             </tr>                                           </table>                                         </td>                                       </tr>                                                                                                                 <tr>                                          <td align="center" width="349"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                       </tr>                                     </table>                                   </td>                                 </tr>                                  <tr>                                   <td align="center"><img src="images/img_cinemas/bottom_main_gclair.gif" width="349" height="8"></td>                               	</tr>                                </table> 							  <!--Palmares-->                             </td>                           </tr>                         </table>                       </td>                       <td width="220" valign="top">                          <table width="220" border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td width="220"><img src="images/img_cinemas/t_sorties_semaine.gif" width="220" height="24"></td>                           </tr>                           <tr>                              <td width="220" background="images/img_cinemas/fond_main_gfonce.gif" align="center">                                <table width="194" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td colspan="2"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                 </tr>                                                                   <tr>                                    <td width="7"><img src="images/img_cinemas/carre_noir.gif" width="7" height="8"></td>                                   <td width="187" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5308">Devdas</a></td>                                 </tr>                                                                  <tr>                                    <td width="7"><img src="images/img_cinemas/carre_noir.gif" width="7" height="8"></td>                                   <td width="187" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5286">La famille Delajungle</a></td>                                 </tr>                                                                  <tr>                                    <td width="7"><img src="images/img_cinemas/carre_noir.gif" width="7" height="8"></td>                                   <td width="187" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5285">Laisse tes mains sur mes hanches</a></td>                                 </tr>                                                                  <tr>                                    <td width="7"><img src="images/img_cinemas/carre_noir.gif" width="7" height="8"></td>                                   <td width="187" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5297">Les enfants de la pluie</a></td>                                 </tr>                                                                  <tr>                                    <td width="7"><img src="images/img_cinemas/carre_noir.gif" width="7" height="8"></td>                                   <td width="187" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5301">The 25th Hour</a></td>                                 </tr>                                                                  <tr>                                    <td colspan="2"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                 </tr>                               </table>                             </td>                           </tr>                           <tr>                              <td width="220"><img src="images/img_cinemas/t_toujours.gif" width="220" height="24"></td>                           </tr>                           <tr>                              <td width="220" background="images/img_cinemas/fond_main_gfonce.gif" align="center">  							<!--caca-->                               <table border="0" cellspacing="0" cellpadding="0" width="194">                                 <tr>                                    <td colspan="2"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>86:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=209">La Lanterne Magique </a></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>33:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5089">Bowling for Columbine </a></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>31:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5121">Les vendredis du court </a></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>14:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5239">Le Livre de la Jungle 2 </a></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>10:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5288">Stupeur et tremblements </a></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>10:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5268">The Hours </a></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>9:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5255">Pinocchio </a></td>                                 </tr>                                  				<tr>                                    <td width="20" class="arial11Rouge"><b>8:</b></td>                                   <td width="174" class="arial11NoirUnderline"><a href="interface_cinemas_detail.asp?film=5286">La famille Delajungle </a></td>                                 </tr>                                                                  <tr>                                    <td colspan="2"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                 </tr>                               </table> 							  <!--caca-->                             </td>                           </tr>                           <tr>                              <td width="220"><img src="images/img_cinemas/t_prefere.gif" width="220" height="26"></td>                           </tr>                           <tr>                              <td width="220" background="images/img_cinemas/fond_main_gactu.gif" align="center">                                <table width="202" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td align="center"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="6"></td>                                 </tr>                                 <tr>                                    <td align="center" class="arial11Blanc"><b><a href="interface_cinemas_detail.asp?film=5007">                                   UN NOUVEAU RUSSE</a></b></td>                                 </tr>                                 <tr>                                    <td align="center"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="4"></td>                                 </tr>                                 <tr>                                    <td align="center"><a href="interface_cinemas_detail.asp?film=5007"><img src="http://www.cinemas.ch/pictures/miniaffiches/5007.jpg" width="160" height="240" border="0"></a></td>                                 </tr>                                 <tr>                                    <td align="center"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="10"></td>                                 </tr>                               </table>                             </td>                           </tr>                           <tr>                              <td width="220"><img src="images/img_cinemas/bottom_main_gactu.gif" width="220" height="10"></td>                           </tr>                         </table>                       </td>                     </tr>                   </table>                 </td>               </tr>               <tr>                  <td><img src="images/img_cinemas/bottom_top_detail_annonce.gif" width="584" height="5"></td>               </tr>                            <tr>                  <td><img src="images/img_cinemas/bottom_bottom_detail_annonce.gif" width="584" height="5"></td>               </tr>             </table>           </td>         </tr>       </table>     </td>   </tr> </table> 			</td> 		</tr> 	</table> 			</td> 		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <td width=7 height=555 background="/images/img_interface_all/interface_fond_right_all.gif"> <img src="/images/img_interface_all/interface_fond_right_all.gif" width=7 height=555></td> 	</tr> 	<tr> 		<td width=749 height=43 colspan=3> <img src="/images/img_interface_all/interface_bottom_all.gif" width=749 height=43 usemap="#Map2" border="0"></td> 	</tr> </table>   <div id="div1" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div1');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>                 <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586">          <a href="/radio/lausannefm_programme.asp?date=25.05.2003">PROGRAMMES</a>          - <a href="/radio/lausannefm_team_list.asp">L'EQUIPE</a> - <a href="/radio/lausannefm_live/indexlive.asp">LIVE  - <a href="/radio/horoscope.asp">HOROSCOPE</a>         - <a href="/radio/lausannefm_frequences.asp">LES FREQUENCES</a>  - <a href="/radio/contact.asp">CONTACT</a> -<a href="/radio/kikichantait.asp">C KI KI CHANTE ?</a> - <a href="/radio/liens.asp">LIENS</a>        </td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>	     </table>   </div>      <div id="div2" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div2')";>      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 			<a href="/membres/inscription.asp">INSCRIPTION</a> - <a href="/membres/profil_preview.asp">MON PROFIL</a> - <a href="/membres/annuaire/annuaire.asp">ANNUAIRE</a> 		</td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div3" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div3');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/tchatche/onechat/index.asp">CHAT</a> - <a href="/tchatche/onecq/index.asp" >I SEEK YOU</a> - <a href="/sms/smsForm.asp">SMS</a> 		</td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div4" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div4');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 			<a href="/cinemas/default.asp">HOME</a> - <a href="/cinemas/seancesFilms.asp">HORAIRE PAR FILM</a> - <a href="/cinemas/seancesSalles.asp">HORAIRE PAR SALLE</a> - <a href="/cinemas/seancesHeures.asp">HORAIRE PAR HEURE</a> 		</td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div5" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div5');">  	<table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="#" onclick="openIT('/membres/concours/cadre_votes.asp', 714, 570, 0, 0, 'vote');">VOTER</a>  - <a href="/membres/concours/classement.asp">LES RESULTATS</a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div6" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div6');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/radio/archives.asp">LES PHOTOS</a> </td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div7" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div7');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"><a href="http://www.lausannefm.ch/Annonces/index.asp">PETITES            ANNONCES </a> - <a href="http://www.lausannefm.ch/Annonces/mesannonces.asp">MES ANNONCES</a> - <a href="http://www.lausannefm.ch/Annonces/advrecherche.asp">RECHERCHE            AVANCEE </a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>     <div id="div8" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div8');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/radio/tarifs_lausannefm.asp">TARIFS LAUSANNEFM</a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>   <div id="div9" style="position:absolute; left:209px; top:-50; z-index:1; width: 586; visibility: hidden" onMouseOver="DelTimeout();" onMouseOut="StartTimeOut('div9');">      <table width="586" border="0" cellspacing="0" cellpadding="0">       <tr>          <td width="586"><img src="/images/img_menu_all/top_m.gif" width="586" height="18"></td>       </tr>       <tr>          <td bgcolor="#E9E9E9" background="/images/img_menu_all/fond_m.gif" align="center" class="arial10GrisMRouge" width="586"> 		<a href="/radio/liens.asp">LIENS</a></td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div> <map name="MapLogo">   <area shape="rect" coords="27,27,132,71" href="http://www.lausannefm.ch"> </map>   <map name="MapLogoTOP">  <area shape="rect" coords="261,15,485,69" href="/default.asp">   </map> <map name="Map2">   <area shape="rect" coords="672,11,710,26" href="#top">   <area shape="rect" coords="17,3,113,35" href="http://web.infomaniak.ch" target="_blank"> </map> <!--<map name="MenuTopMap">     <area shape="rect" coords="105,4,140,22" href="#"  onMouseOver="DelTimeout();CloseOther('div1');Actu='div1';" onMouseOut="StartTimeOut('div1');">   <area shape="rect" coords="153,3,202,21" href="#"  onMouseOver="DelTimeout();CloseOther('div2');Actu='div2';" onMouseOut="StartTimeOut('div2');">   <area shape="rect" coords="209,4,265,21" href="#"   onMouseOver="DelTimeout();CloseOther('div3');Actu='div3';" onMouseOut="StartTimeOut('div3');">   <area shape="rect" coords="271,4,317,21" href="#"  onMouseOver="DelTimeout();CloseOther('div4');Actu='div4';" onMouseOut="StartTimeOut('div4');">   <area shape="rect" coords="326,4,371,20" href="#" onMouseOver="DelTimeout();CloseOther('div6');Actu='div6';" onMouseOut="StartTimeOut('div6');">   <area shape="rect" coords="384,4,474,21" href="#"  onMouseOver="DelTimeout();CloseOther('div7');Actu='div7';" onMouseOut="StartTimeOut('div7');"> </map>--> <map name="MenuTopMap">  <!--  <area shape="rect" coords="414,4,501,18" href="#" onMouseOver="DelTimeout();CloseOther('div7');Actu='div7';" onMouseOut="StartTimeOut('div7');">    <area shape="rect" coords="358,4,404,17" href="#" onMouseOver="DelTimeout();CloseOther('div6');Actu='div6';" onMouseOut="StartTimeOut('div6');">   <area shape="rect" coords="298,4,344,17" href="#" onMouseOver="DelTimeout();CloseOther('div5');Actu='div5';" onMouseOut="StartTimeOut('div5');">   <area shape="rect" coords="240,4,286,17" href="#" onMouseOver="DelTimeout();CloseOther('div4');Actu='div4';" onMouseOut="StartTimeOut('div4');">   <area shape="rect" coords="180,4,226,17" href="#" onMouseOver="DelTimeout();CloseOther('div3');Actu='div3';" onMouseOut="StartTimeOut('div3');">   <area shape="rect" coords="118,4,164,17" href="#" onMouseOver="DelTimeout();CloseOther('div2');Actu='div2';" onMouseOut="StartTimeOut('div2');">   <area shape="rect" coords="71,4,107,18"  href="#" onMouseOver="DelTimeout();CloseOther('div1');Actu='div1';" onMouseOut="StartTimeOut('div1');">-->     <area shape="rect" coords="59,0,91,25"  href="#" onMouseOver="DelTimeout();CloseOther('div1');Actu='div1';" onMouseOut="StartTimeOut('div1');">   <area shape="rect" coords="105,-1,150,24" href="#" onMouseOver="DelTimeout();CloseOther('div2');Actu='div2';" onMouseOut="StartTimeOut('div2');">   <area shape="rect" coords="164,-1,214,28" href="#" onMouseOver="DelTimeout();CloseOther('div3');Actu='div3';" onMouseOut="StartTimeOut('div3');">   <area shape="rect" coords="228,-2,268,34" href="#" onMouseOver="DelTimeout();CloseOther('div4');Actu='div4';" onMouseOut="StartTimeOut('div4');">    <area shape="rect" coords="283,-12,320,33" href="#" onMouseOver="DelTimeout();CloseOther('div6');Actu='div6';" onMouseOut="StartTimeOut('div6');">   <area shape="rect" coords="338,-4,421,39" href="#" onMouseOver="DelTimeout();CloseOther('div7');Actu='div7';" onMouseOut="StartTimeOut('div7');">   <area shape="rect" coords="439,-4,484,37" href="#" onMouseOver="DelTimeout();CloseOther('div8');Actu='div8';" onMouseOut="StartTimeOut('div8');">   <area shape="rect" coords="497,-1,538,26" href="#" onMouseOver="DelTimeout();CloseOther('div9');Actu='div9';" onMouseOut="StartTimeOut('div9');"> </map> </body> </html> 
