// JavaScript Document
function menu_index()
{
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="169" height="310">');
document.write ('<param name="movie" value="/menu_orange.swf">');
document.write ('<param name="quality" value="high">');
document.write ('<param name="menu" value="false">');
document.write ('<embed src="/menu_orange.swf" width="169" height="310" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
document.write ('</object>');
}


function menu_actu()
{

document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="169" height="310">');
document.write ('<param name="movie" value="flash/menu_actualite.swf">');
document.write ('<param name="quality" value="high">');
document.write ('<param name="menu" value="false">');
document.write ('<embed src="accueil_index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="115" height="61"></embed>');
document.write ('</object>');
}


                     
                  