// JavaScript Document

function affiche(anim) {
	document.getElementById('flashcontent').innerHTML='<embed type="application/x-shockwave-flash" src="'+anim+'" style=""  bgcolor="#ffffff" quality="high" wmode="transparent" height="230" width="970">'
}

function initiale() {
	document.getElementById('flashcontent').innerHTML='<embed type="application/x-shockwave-flash" src="fileadmin/template/img/flash/cn/WEBTRAFIZ_intro.swf" style="" id="WEBTRAFIZ_intro" name="WEBTRAFIZ_intro" bgcolor="#ffffff" quality="high" wmode="transparent" height="230" width="970">'
}