// JavaScript On définit l'ensemble des animations
function diapo(dmx_theme) {
	//alert("chemin = " + dmx_theme);
document.write('<object type="application/x-shockwave-flash" data="sfx/slideSwf/diapo.swf?chemin="'+1000+'" width="706" height="177">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="sfx/slideSwf/diapo.swf?chemin='+1000+'">\n');
document.write('<param name="bgcolor" value="#4A5051">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('</object>\n');
}


