function RunMenu()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="1020" height="140" id="haut" align="top">\n');
    document.write('<param name="allowScriptAccess" value="always" />\n');
    document.write('<param name="allowFullScreen" value="false" />\n');
	document.write('<param name="movie" value="http://bernard-brochand.fr/flash/brochand_wevod.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#ffffff" />\n');
	document.write('<embed src="http://bernard-brochand.fr/flash/brochand_wevod.swf" quality="high" bgcolor="#ffffff" width="1020" height="140" name="haut" align="top" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}
