 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>OneFM la radio HIT - Made &amp; hosted by Infomaniak Network</title> <link rel="stylesheet" href="/inc/onefm.css" type="text/css"> <script language="javaScript" type="text/javascript" SRC="http://www.onefm.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<11;i++) { 		tmp='div'+i; 		if(tmp!=ID) { 			if(bn=="MICROSOF") document.all[tmp].style.visibility                     = 'hidden'; 			else if(bn=="NETSCAPE" && bv==4) document.layers[tmp].visibility               = 'hidden'; 			else if(bn=="NETSCAPE" && bv==5) document.getElementById(tmp).style.visibility = 'hidden'; 			else 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="OneFM - www.Onefm.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="Pour regarder et couter OneFM ... Cliquez ici !!!..."> 		              	<param name="link1" value="http://www.onefm.com/radio/onefm_live/indexlive.asp#"> 		             	<param name="font1" value="Arial,1,11"> 		              	<param name="color1" value="901912,000000"> 		              	<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"> 			   	<param name="text3" value="Venez rejoindre la communaut virtuelle de OneFM.com sur le OneChat en cliquant ici !"> 		              	<param name="link3" value="/tchatche/onechat/index.asp"> 		             	<param name="font3" value="Arial,1,11"> 		              	<param name="color3" value="004261,004261"> 		              	<param name="status_bar_msg3" value=""> 		              	<param name="yposition3" value="12"> 				<param name="text4" value="&nbsp;&nbsp;-&nbsp;&nbsp;"> 		              	<param name="link4" value=""> 		             	<param name="font4" value="Verdana,1,11"> 		              	<param name="color4" value="000000,000000"> 		              	<param name="status_bar_msg4" value=""> 		              	<param name="yposition4" value="12"> 			   	<param name="text5" value="Que vous rservent les astres aujourdhui ?...cliquez ici..."> 		              	<param name="link5" value="http://www.onefm.com/radio/horoscope.asp"> 		             	<param name="font5" value="Arial,1,11"> 		              	<param name="color5" value="004261,000000"> 		              	<param name="status_bar_msg5" value=""> 		              	<param name="yposition5" value="12"> 				<param name="text6" value="&nbsp;&nbsp;-&nbsp;&nbsp;"> 		              	<param name="link6" value=""> 		             	<param name="font6" value="Verdana,1,11"> 		              	<param name="color6" value="000000,000000"> 		              	<param name="status_bar_msg6" value=""> 		              	<param name="yposition6" 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">  <!-- LOGIN --> 	<form name="login" action="/cinemas/interface_cinemas_detail.asp" method="post"> 	<table border=0 cellpadding=0 cellspacing=0 width="156"> 	<tr>              <td width=156 colspan=3><img src="/images/img_menu_all/top_a.gif" width="156"></td> 	</tr> 	<tr> 		<td width=156 colspan=3><a href="http://www.onefm.ch/radio/onefm_live/indexlive.asp"><img src="/images/img_menu_all/anim_live.gif" border="0" width="156" height="30" alt=""></a></td> 	</tr> 	<tr> 	<td width=156 colspan=3><img src="/images/img_menu_all/bottom_a.gif" width="156"></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/top_a.gif" width="156"></td> 	</tr>           <tr>           	<td colspan=3><a href="/boutique/boutique_one.asp"><img src="/images/img_menu_all/anim_boutiqueone.gif" border=0></a></td>           </tr>           	<tr> 	<td width=156 colspan=3><img src="/images/img_menu_all/bottom_a_btq.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 border="0" cellpadding="0" cellspacing="0" width="100%"> 					<tr> 						<td width="19"></td> 						<td width align=center><script language="javascript" src="http://banner.infomaniak.ch/banner.php?iSiteCode=26&iZoneCode=56"></script></td> 						<td width="16"></td> 					</tr> 					<tr> 						<td colspan=3 height=15></td> 					</tr> 					<tr> 						<td colspan=3 height=15></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_menu_test.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>      <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 bgcolor="F0F0F0">                    <table border="0" cellspacing="0" cellpadding="0" width="584">                     <tr>                        <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="6"></td>                     </tr>                     <tr>                        <td width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                       <td class="arial11Noir" width="554">                          <p>Pour voter et laisser un commentaire sur un film il                            faut &ecirc;tre membre...</p>                       </td>                       <td class="arial11Noir" width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="6"></td>                     </tr>                     <tr>                        <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="6"></td>                     </tr>                   </table>                 </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 width="100%" border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td>                                 <table border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td class="arial11GrisAnnonces"><a href="default.asp">Home </a></td>                                   <td><img src="images/img_annonces/petite_fleche_grise.gif" width="10" height="13"></td>                                   <td class="arial11Noir"><b><a href="interface_cinemas_detail.asp?film=5239">D&eacute;tail du film</a></b></td>                                                                   </tr>                               </table>                             </td>                             <td align="right"> <span class="arial11Noir">R&eacute;gion:</span><b><span class="arial11Rouge">                                </span></b></td>                           </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="174" background="images/img_cinemas/fond_affiche_detail.gif" align="center" valign="top">                          <table border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td><img src="images/img_cinemas/top_affiche_detail.gif" width="174" height="8"></td>                           </tr>                           <tr>                              <td background="images/img_cinemas/fond_affiche_bev.gif">                                <table width="174" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td width="9"><img src="images/img_interface_all/espaceur_trans.gif" width="9" height="10"></td>                                   <td width="165"><img src="http://www.cinemas.ch/pictures/miniAffiches/5239.jpg" width="160" height="240"></td>                                 </tr>                               </table>                             </td>                           </tr>                           <tr>                              <td><img src="images/img_cinemas/bottom_affiche_detail.gif" width="174" height="9"></td>                           </tr>                         </table>                       </td>                       <td width="395" valign="top" background="images/img_cinemas/fond_detail_film_infos.gif">                          <table width="395" border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td width="87"><img src="images/img_cinemas/t_note_public.gif" width="87" height="24"></td>                             <td width="64" background="images/img_cinemas/fond_note_detail.gif" align="center" class="arial11Rouge">                             <b>2.9 sur <b>6</b>                                                          </b>                                </td>                             <td width="109"><a href="voter.asp?film=5239" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('b_voter','','images/img_cinemas/bouton_voter_detail_over.gif',1)"><img name="b_voter" border="0" src="images/img_cinemas/bouton_voter_detail.gif" width="109" height="24"></a></td>                             <td width="135"><a href="tousvotes.asp?film=5239" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('b_tousvotes','','images/img_cinemas/bouton_tousvotes_detail_ove.gif',1)"><img name="b_tousvotes" border="0" src="images/img_cinemas/bouton_tousvotes_detail.gif" width="135" height="24"></a></td>                           </tr>                           <tr>                              <td colspan="4" height="19" align="center">                                <table width="395" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td width="4"><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="5"></td>                                   <td colspan="3" bgcolor="F0F0F0"><img src="images/img_interface_all/espaceur_trans.gif" width="7" height="5"></td>                                   <td width="7"><img src="images/img_interface_all/espaceur_trans.gif" width="7" height="5"></td>                                 </tr>                                 <tr>                                    <td width="4"><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="10"></td>                                   <td width="10" bgcolor="F0F0F0"><img src="images/img_interface_all/espaceur_trans.gif" width="10" height="10"></td>                                   <td width="364" class="arial14Rouge" bgcolor="F0F0F0"><b>                                   LE LIVRE DE LA JUNGLE 2</b></td>                                   <td width="10" bgcolor="F0F0F0"><img src="images/img_interface_all/espaceur_trans.gif" width="10" height="10"></td>                                   <td width="7"><img src="images/img_interface_all/espaceur_trans.gif" width="7" height="10"></td>                                 </tr>                                 <tr>                                    <td width="4"><img src="images/img_interface_all/espaceur_trans.gif" width="4" height="5"></td>                                   <td colspan="3" bgcolor="F0F0F0"><img src="images/img_interface_all/espaceur_trans.gif" width="7" height="5"></td>                                   <td width="7"><img src="images/img_interface_all/espaceur_trans.gif" width="7" height="5"></td>                                 </tr>                               </table>                             </td>                           </tr>                           <tr>                              <td colspan="4" align="center"><img src="images/img_cinemas/separation_detail_infos.gif" width="384" height="1"></td>                           </tr>                           <tr>                              <td colspan="4"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="10"></td>                           </tr>                           <tr>                              <td colspan="4">                                <table border="0" cellspacing="0" cellpadding="0" width="376">                                 <tr>                                    <td width="16"><img src="images/img_interface_all/espaceur_trans.gif" width="16" height="10"></td>                                   <td width="360" valign="top"><span class="arial11NoirUnderline">                                                                           <b> De </b>:                                                                           </span> <b><span class="arial14Noir">Steve </span></b>                                      <span class="arial11Noir">                                                                           / Amricain - Animation                                     </span><br>                                     <span class="arial11NoirUnderline"><br>                                     <b>Dur&eacute;e</b> :                                      75 minutes                                     <br>                                     <b>Age l&eacute;gal</b> :                                      0                                     <br>                                     <b>Age conseill&eacute;</b> :                                      0                                     <br>                                     <b>Distributeur</b> :                                      N/A 									<br>                                     <b>Sorti le</b> : 									19.02.2003 									<br> 									<br>                                     <b>Avec</b> :</span><br>                                     <table border="0" cellspacing="0" cellpadding="0">                                                                              <tr>                                          <td width="14"><img src="images/img_interface_all/espaceur_trans.gif" width="14" height="6"></td>                                         <td class="arial11NoirUnderline">- N/A</td>                                       </tr>                                                                            </table>                                     <br>                                     <span class="arial11NoirUnderline"><b>Site officiel</b>                                      :<br>                                     <a href="http://disney.go.com/disneypictures/junglebook2/index.html" target="_blank">http://disney.go.com/disneypictures/junglebook2/index.html</a>                                     <br>                                     <br>                                     <b>R&eacute;sum&eacute;</b> :<br>                                                                          </span></td>                                 </tr>                               </table>                             </td>                           </tr>                           <tr>                              <td colspan="4"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="10"></td>                           </tr>                         </table>                       </td>                     </tr>                     <tr>                        <td colspan="2"><img src="images/img_cinemas/bottom_detail_film_infos.gif" width="569" height="7"></td>                     </tr>                     <tr>                        <td colspan="2">                          <table width="569" border="0" cellspacing="0" cellpadding="0">                           <tr>                              <td height="21" valign="top">                                <table width="378" border="0" cellspacing="0" cellpadding="0">                                 <td colspan="2"><img src="images/img_cinemas/t_salles_detail.gif" width="355" height="21"></td>                                 </tr>                                 <tr>                                    <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                   <td width="370"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                 </tr>                                 <tr>                                    <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                   <td width="370"><img src="images/img_cinemas/t_aujourdhui_detail.gif" width="70" height="18"></td>                                 </tr>                                 <tr>                                    <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="5"></td>                                   <td width="370"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="5"></td>                                 </tr>                                                                  <tr>                                  <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="2"></td>                                   <td width="370">                                      <table border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td width="38" valign="top"><b><span class="arial11Rouge">11:15                                            : </span></b></td>                                         <td><b><span class="arial11Noir">                                                                                     <a href="salles.asp?iCodeCinema=33">Path balexert </a> (</span></b><span class="arial11Noir">VF</span><b><span class="arial11Noir">) </span>                                                                                    </td>                                       </tr>	                                     </table>                                  </td>                                 </tr>                                                                  <tr>                                  <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="2"></td>                                   <td width="370">                                      <table border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td width="38" valign="top"><b><span class="arial11Rouge">13:15                                            : </span></b></td>                                         <td><b><span class="arial11Noir">                                                                                     <a href="salles.asp?iCodeCinema=33">Path balexert </a> (</span></b><span class="arial11Noir">VF</span><b><span class="arial11Noir">) </span>                                                                                    </td>                                       </tr>	                                     </table>                                  </td>                                 </tr>                                                                  <tr>                                  <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="2"></td>                                   <td width="370">                                      <table border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td width="38" valign="top"><b><span class="arial11Rouge">14:00                                            : </span></b></td>                                         <td><b><span class="arial11Noir">                                                                                     <a href="salles.asp?iCodeCinema=29">Art Cin</a> (</span></b><span class="arial11Noir">VF</span><b><span class="arial11Noir">) </span>                                                                                    </td>                                       </tr>	                                     </table>                                  </td>                                 </tr>                                                                  <tr>                                  <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="2"></td>                                   <td width="370">                                      <table border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td width="38" valign="top"><b><span class="arial11Rouge">14:00                                            : </span></b></td>                                         <td><b><span class="arial11Noir">                                                                                     <a href="salles.asp?iCodeCinema=2">Rialto 6</a> (</span></b><span class="arial11Noir">VF</span><b><span class="arial11Noir">) </span>                                                                                    </td>                                       </tr>	                                     </table>                                  </td>                                 </tr>                                                                  <tr>                                  <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="2"></td>                                   <td width="370">                                      <table border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td width="38" valign="top"><b><span class="arial11Rouge">15:15                                            : </span></b></td>                                         <td><b><span class="arial11Noir">                                                                                     <a href="salles.asp?iCodeCinema=33">Path balexert </a> (</span></b><span class="arial11Noir">VF</span><b><span class="arial11Noir">) </span>                                                                                    </td>                                       </tr>	                                     </table>                                  </td>                                 </tr>                                                                  <tr>                                  <td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="2"></td>                                   <td width="370">                                      <table border="0" cellspacing="0" cellpadding="0">                                       <tr>                                          <td width="38" valign="top"><b><span class="arial11Rouge">17:15                                            : </span></b></td>                                         <td><b><span class="arial11Noir">                                                                                     <a href="salles.asp?iCodeCinema=33">Path balexert </a> (</span></b><span class="arial11Noir">VF</span><b><span class="arial11Noir">) </span>                                                                                    </td>                                       </tr>	                                     </table>                                  </td>                                 </tr>                                                                                                   <tr>                                  	<td width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                   <td width="370"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                 </tr>                               </table>                             </td>                             <td width="21" background="images/img_cinemas/separation_salles_detail.gif"><img src="images/img_interface_all/espaceur_trans.gif" width="21" height="10"></td>                             <td valign="top" width="170">                                                             <table width="160" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                    <td width="152"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                   <td rowspan="9" width="8"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                 </tr>                                 <tr>                                    <td width="152"><img src="images/img_cinemas/t_autresjours_detail.gif" width="100" height="18"></td>                                 </tr>                                                              <!--   <tr>                                    <td width="152"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="5"></td>                                 </tr>                                 <tr>                                    <td width="152" class="arial11Noir"><b><span class="arial11Rouge">Path&eacute; Balexert 8 - </span><span class="arial11Noir">VF</span></b></td>                                 </tr>                                 <tr>                                    <td width="152" class="arial11Noir">                                      Tout les jours &agrave; :<br>                                     <b>15:00, 16:45, 18:10<br>                                     </b>Sam, Dim &agrave;:<b><br>                                     <b>11:00</b> </b>                                    </td>                                 </tr>-->                                   <tr>                                    <td width="370"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="5"></td>                                 </tr>                              <tr>                              	<TD>                           <table border=0 cellspacing=0 cellpadding=0>                                <!-- <tr>                                    <td width="152"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                 </tr>                                 <tr>                                    <td width="152" class="arial11Noir"><b><span class="arial11Rouge">Path&eacute; Balexert 8 - </span><span class="arial11Noir">VF</span></b></td>                                 </tr>                                 <tr>                                    <td width="152" class="arial11Noir">Tout les                                      jours &agrave; :<br>                                     <b>15:00, 16:45, 18:10<br>                                     </b>Sam, Dim &agrave;:<b><br>                                     <b>11:00</b> </b></td>                                 </tr>                                 <tr>                                    <td width="152"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="10"></td>                                 </tr>-->                                <tr> <td colspan='3'><span class='arial11Rouge'><b> Art Cin</b></span></td> </tr><tr> <td width='33' valign='top'><b><span class='arial11Noir'>VF </span></b></td><td width='607' valign='top'><span class='arial11Noir'>Tous les jours  <BR></span><span class='arial11Noir'><b>14:00</b></span><tr height='10'> <td colspan='3' height='9'> </td>  </tr><tr> <td colspan='3'><span class='arial11Rouge'><b> Path balexert </b></span></td> </tr><tr> <td width='33' valign='top'><b><span class='arial11Noir'>VF </span></b></td><td width='607' valign='top'><span class='arial11Noir'>Lun,Mar,Jeu,Ven,Sam,Dim  <BR></span><span class='arial11Noir'><b>11:15</b></span><BR><span class='arial11Noir'>Tous les jours  <BR></span><span class='arial11Noir'><b>13:15</b></span><span class='arial11Noir'><b>,15:15</b></span><span class='arial11Noir'><b>,17:15</b></span><tr height='10'> <td colspan='3' height='9'> </td>  </tr><tr> <td colspan='3'><span class='arial11Rouge'><b> Rialto 6</b></span></td> </tr><tr> <td width='33' valign='top'><b><span class='arial11Noir'>VF </span></b></td><td width='607' valign='top'><span class='arial11Noir'>Lun,Mar,Mer,Ven,Sam,Dim  <BR></span><span class='arial11Noir'><b>14:00</b></span> 										<!--Fin horaire--> 										</table> 				</td> 			       </tr> 			         <tr>                                    <td width="370"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="5"></td>                                 </tr>                               </table>                                                            </td>                           </tr>                         </table>                       </td>                     </tr>                   </table>                 </td>               </tr>               <tr>                  <td align="center">                   <table width="569" border="0" cellspacing="0" cellpadding="0">                     <tr>                        <td width="569"><img src="images/img_cinemas/top_commentaires.gif" width="569" height="25"></td>                     </tr>                     <tr>                        <td width="569" background="images/img_cinemas/fond_commentaire_detail.gif" align="center">                          <table border="0" cellspacing="0" cellpadding="0" width="569">                                                    <tr>                              <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="6"></td>                           </tr>                           <tr>                              <td width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="10"></td> <td width="539"><span class="arial11Noir"><b>Note:</b> </span><b><span class="arial11Rouge"> 4.0 </span></b><span class="arial11Noir">| </span><b class="arial11NoirUnderline"><a href="http://www.onefm.ch/membres/annuaire/profil_detail.asp?m_Ref=15897">VALOUNETTE</a></b><br><span class="arial11Noir">il tait bien, mais moins que le premier, c'est comme pour peter pan ou pour les autres suite elles sont souvent moins bien que les premires.</span></td>                           </tr>                           <tr>                              <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="6"></td>                           </tr>                           <tr>                              <td colspan="3" align="center"><img src="images/img_cinemas/separation_votes_detail.gif" width="552" height="1"></td>                           </tr>                                                   <tr>                              <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="6"></td>                           </tr>                           <tr>                              <td width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="10"></td> <td width="539"><span class="arial11Noir"><b>Note:</b> </span><b><span class="arial11Rouge"> 3.5 </span></b><span class="arial11Noir">| </span><b class="arial11NoirUnderline"><a href="http://www.onefm.ch/membres/annuaire/profil_detail.asp?m_Ref=16276">ISRAELUS</a></b><br><span class="arial11Noir">Il reste amussant (si lon a entre 6 et 12 ans) mais a ne vaut pas le premier. Tous les personages restent assez strotips. Il ny a pas eu vraiment de la place pour les surprises et/ou la fantasie.  </span></td>                           </tr>                           <tr>                              <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="6"></td>                           </tr>                           <tr>                              <td colspan="3" align="center"><img src="images/img_cinemas/separation_votes_detail.gif" width="552" height="1"></td>                           </tr>                                                   <tr>                              <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="6"></td>                           </tr>                           <tr>                              <td width="15"><img src="images/img_interface_all/espaceur_trans.gif" width="15" height="10"></td> <td width="539"><span class="arial11Noir"><b>Note:</b> </span><b><span class="arial11Rouge"> 3.0 </span></b><span class="arial11Noir">| </span><b class="arial11NoirUnderline"><a href="http://www.onefm.ch/membres/annuaire/profil_detail.asp?m_Ref=404">MCGREGOR</a></b><br><span class="arial11Noir">C'est une honte de faire la suite du "Livre de la jungle". Le premier est magnifique et a ne suffit pas, mais c'est pas vrai a!!!! Quand le premier volet a t excellent, la suite est trs frquemment mdiocre voire rate, mais bon, quand on a pas d'ides en tte, on veut revenir en arrire pour raliser du rechauff. C'est n'importe quoi!!! </span></td>                           </tr>                           <tr>                              <td colspan="3"><img src="images/img_interface_all/espaceur_trans.gif" width="8" height="6"></td>                           </tr>                           <tr>                              <td colspan="3" align="center"><img src="images/img_cinemas/separation_votes_detail.gif" width="552" height="1"></td>                           </tr>                                                    </table>                       </td>                     </tr>                     <tr>                        <td width="569"><img src="images/img_cinemas/bottom_votes_detail.gif" width="569" height="9"></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 background="images/img_cinemas/fond_rubriques.gif" align="right">                   <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="558" align="right">                                           <table width="100%" border="0" cellspacing="0" cellpadding="0"> 			  <tr>                              <td align="right"><a href="tousvotes.asp?film=5239" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image103','','images/img_cinemas/bouton_suite_votes_over.gif',1)"><img name="Image103" border="0" src="images/img_cinemas/bouton_suite_votes.gif" width="182" height="21"></a></td>                           </tr>                         </table>                                               </td>                       <td class="arial11Noir" width="11"><img src="images/img_interface_all/espaceur_trans.gif" width="10" height="6"></td>                     </tr>                   </table>                 </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> </body> </html> 			</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/onefm_programme.asp?date=22.04.2003">PROGRAMMES</a>          - <a href="/radio/onefm_team_list.asp">L'EQUIPE</a> - <a href="/radio/onefm_live/indexlive.asp">LIVE &amp; WEBCAM</a>          - <a href="/radio/horoscope.asp">HOROSCOPE</a> 		- <a href="/radio/onefm_frequences.asp">FREQUENCES</a> 		- <a href="/radio/cdc.asp">COUPS D'COEUR</a> 		- <a href="/radio/kikichantait.asp">CKIKICHANTE</a><br> 		<a href="/radio/top30.asp">TOP 30</a> 		- <a href="/radio/onemix.asp">ONEMIX</a> -	 		  <a href="/radio/onemix_groove.asp">ONEMIX GROOVE</a> 		- <a href="/radio/contact.asp">CONTACT</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"> 		EN CONSTRUCTION </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.onefm.ch/Annonces/index.asp">PETITES            ANNONCES </a> - <a href="http://www.onefm.ch/Annonces/mesannonces.asp">MES ANNONCES</a> - <a href="http://www.onefm.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_one.asp">TARIFS</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('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="/radio/archives.asp">LES ARCHIVES</a> 		</td>       </tr>       <tr>          <td width="586"><img src="/images/img_menu_all/bottom_m.gif" width="586"></td>       </tr>     </table>   </div>    <div id="div10" 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="/radio/liens.asp">NOS 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.onefm.ch"> </map>   <map name="MapLogoTOP">  <area shape="rect" coords="261,15,485,69" href="/default.asp"> 	<area shape="circle" coords="611,42,29" href="radio/onefm_live/indexlive.asp" alt="coute OneFM en live !!">       <area shape="circle" coords="132,41,29" href="radio/onefm_live/indexlive.asp"	 alt="coute OneFM en live !!">   </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="16,6,50,20"  href="#" onMouseOver="DelTimeout();CloseOther('div1');Actu='div1';" onMouseOut="StartTimeOut('div1');">   <area shape="rect" coords="60,6,108,20" href="#" onMouseOver="DelTimeout();CloseOther('div2');Actu='div2';" onMouseOut="StartTimeOut('div2');">   <area shape="rect" coords="120,5,171,19" href="#" onMouseOver="DelTimeout();CloseOther('div3');Actu='div3';" onMouseOut="StartTimeOut('div3');">   <area shape="rect" coords="185,5,225,19" href="#" onMouseOver="DelTimeout();CloseOther('div4');Actu='div4';" onMouseOut="StartTimeOut('div4');">   <area shape="rect" coords="237,5,288,19" href="#" onMouseOver="DelTimeout();CloseOther('div5');Actu='div5';" onMouseOut="StartTimeOut('div5');">   <area shape="rect" coords="302,6,393,20" href="#" onMouseOver="DelTimeout();CloseOther('div7');Actu='div7';" onMouseOut="StartTimeOut('div7');">   <area shape="rect" coords="510,5,561,19" href="#" onMouseOver="DelTimeout();CloseOther('div8');Actu='div8';" onMouseOut="StartTimeOut('div8');">   <area shape="rect" coords="407,6,453,20" href="#" onMouseOver="DelTimeout();CloseOther('div9');Actu='div9';" onMouseOut="StartTimeOut('div9');">   <area shape="rect" coords="467,5,499,21" href="#" onMouseOver="DelTimeout();CloseOther('div10');Actu='div10';" onMouseOut="StartTimeOut('div10');">   </map> </body> </html> 
