function chargement(monster){
	var version = deconcept.SWFObjectUtil.getPlayerVersion();
	if (document.getElementById && version["major"] < 9) {
		window.location.href = "noflash.php";
	}else{
		var flash = new SWFObject( "level0.swf" , "level0.swf" , "100%", "680", "9" , "#000000" );
		flash.addVariable("goMonster", monster);
		flash.write("contenu");
	}
}