function club_video(index)
{
  document.write('<table id="table_club_video" width="100%" style="display:none"  border="0" cellpadding="5" cellspacing="0" >')
  document.write('	<tr><td>')
  page_title(array_menu_club[index]["title"])
  document.write('  </td></tr>')
  document.write('  <tr>')
  document.write('    <td align="center"  valign="top">')
  club_video_data()
  document.write('	  </td>')
  document.write('  </tr>')
  document.write('</table>')
}


function club_video_data()
{
  document.write('      <table width="" cellpadding="0" bgcolor="'+display_bgcolor2+'" ><tr><td>')
  document.write('	      <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/uC88ecWjIYs&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/uC88ecWjIYs&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>')
  document.write('      </td></tr><tr><td align="center" class="normal_color1">Mars 2009: Karate JKA club de Marchienne-au-Pont (reportage Télésambre)</td></tr></table>')
  document.write(' <br/><HR/><br/>')
  document.write('      <table width="" cellpadding="0" bgcolor="'+display_bgcolor2+'" ><tr><td>')
  document.write('	      <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/DEqLPUjIHlI&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&feature=player_embedded&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/DEqLPUjIHlI&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>')
  document.write('      </td></tr><tr><td align="center" class="normal_color1">Mars 2009: KARATE Open Hainaut (reportage Télésambre)</td></tr></table>')

//document.write(' <br/><HR/><br/>')

}


