function create_menu(basepath)
{
	var base = (basepath == 'null') ? '' : basepath;

	document.write(
		'<table cellpadding="0" cellspaceing="0" border="0" style="width:98%"><tr>' +
		'<td class="td" valign="top" height="550">' +

		'<h3>Nous contacter</h3>'+	
		
		'</td></tr></table>');
}