var writeExternalContent=' ';



writeExternalContent+= '<!-- start menu HTML -->';
writeExternalContent+= '<table>';
  
	writeExternalContent+= '<tr> <td>	<a href="indexf.html" title="CFOA">Info Generale</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="letter.html" title="Lettre du President">Lettre du President</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="directors.html" title="Consiel d&#146;Administration">Consiel d&#146;Administration</a></td>';
	writeExternalContent+= '<tr> <td>	<a href="annualreport.html" title="Rapport Annuel">Rapport Annuel</a></td>';



 writeExternalContent+= '</table>';


document.writeln(writeExternalContent)


