function afficheVideo(w) {

   if (!w) {w=640;}
   
   hauteur_div   = parseInt((w*62.50)/100)
   hauteur_video = parseInt((w*59.22)/100);
   hauteur_a     = hauteur_div-hauteur_video;
   hauteur_f     = parseInt((hauteur_a*80)/100);

   var htm = '';
   htm+='<div style="width: '+w+'px; height : '+hauteur_div+'px;">';
   htm+='<object type="application/x-shockwave-flash" data="http://www.extrabat.org/videos/player-2.swf" width="'+w+'" height="'+hauteur_video+'">';
   htm+='<param name="movie" value="http://www.extrabat.org/videos/player-2.swf" />';
   htm+='<param name="FlashVars" value="file=http://www.extrabat.org/videos/espace_client.flv&amp;image=http://www.extrabat.org/css/images/espace_client.jpg" />';
   htm+='</object>';
   htm+='<a href="http://www.extrabat.org" style="height: '+hauteur_a+'px; font-size: '+hauteur_f+'; display: block; margin : 3px 0; padding: 0; text-align: right; font-style: italic; color: grey; text-align: right" target="_blank" title="Extrabat Piscine, le premise logiciel m&eacute;tier des professionnels de la piscine.">By extrabat.org</a>';
   htm+='</div>';
   
   document.write(htm);
   
}
