// menu.js


document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="800" HEIGHT="120" id="Menu">');
document.write('<PARAM NAME="movie" VALUE="menu.swf">');
document.write('<PARAM NAME="menu" VALUE="false">');
document.write('<PARAM NAME="quality" VALUE="best">');
document.write('<PARAM NAME="scale" VALUE="noscale">');
document.write('<PARAM NAME="salign" VALUE="LT">');
document.write('<PARAM NAME="bgcolor" VALUE="#000000">');
document.write('<PARAM NAME="wmode" VALUE="window">');
document.write('<embed src="menu.swf" width="800" height="120" type="application/x-shockwave-flash" swliveconnect="false" menu="false" pluginspage="www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&Lang=French" scale="exactfit" salign="TL" align="top"></embed>');
document.write('</OBJECT>');




