// 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="'+dmx_theme+'" width="733" height="316">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="sfx/slideSwf/diapo.swf?chemin='+dmx_theme+'">\n');
document.write('<param name="bgcolor" value="#538B2C">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('</object>\n');
}
function diapo2(dmx_theme) {
	//alert("chemin = " + dmx_theme);
document.write('<object type="application/x-shockwave-flash" data="sfx/slideSwf/diapo2.swf?chemin="'+dmx_theme+'" width="733" height="219">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="sfx/slideSwf/diapo2.swf?chemin='+dmx_theme+'">\n');
document.write('<param name="bgcolor" value="#538B2C">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('</object>\n');
}

