//---------------<-- Design by T3cK -->----------------

function intro() 
{ 
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="450" height="250">\n'); 
document.write('<param name="movie" value="composant/introAnaelle.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="wmode" value="transparent">\n'); 
document.write('<embed src="composant/introAnaelle.swf" width="450" height="250" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
}

function menu() 
{ 
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="800" height="257">\n'); 
document.write('<param name="movie" value="composant/anaelleMenu.swf">\n');
document.write('<param name="quality" value="high">\n'); 
document.write('<embed src="composant/anaelleMenu.swf" width="800" height="257" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
}

function diapo() 
{ 
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="242" height="322">\n'); 
document.write('<param name="movie" value="composant/anaelleDiapo.swf">\n');
document.write('<param name="quality" value="high">\n'); 
document.write('<embed src="composant/anaelleDiapo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="242" height="322">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
}