function videos(index)
{	
document.write('<table id="table_video_karate" style="display:none" width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">')


  document.write('	<tr><td>')
  page_title(array_menu_le_karate[index]["title"])
  document.write('  </td></tr>')
  document.write('  <tr>')
  document.write('    <td align="center"  valign="top">')
  videos_data()
  document.write('	  </td>')
  document.write('  </tr>')
  document.write('</table>')
}

function videos_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/6mx_Ylhh0Bw&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6mx_Ylhh0Bw&hl=en_US&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">Reportage TF1 (Asai Sensei et Yahara Sensei)</td></tr></table>')
document.write(' <br/><HR/><br/>')

}
