function historique(index)
{
document.write('<table id="table_historique" style="display:block" width="100%" border="0" cellpadding="5" 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 style="padding:20px ">')
en_construction()
document.write('	  </td>')
document.write('  </tr>')
document.write('</table>')

}
