

    var divx_plugin_fraude=0;
		tabVideosfraude=new Array("http://www.clusif.asso.fr/video/clusif-fraude-malveillance-2009-intro.avi", "http://www.clusif.asso.fr/video/clusif-fraude-malveillance-2009-acfe.avi", "http://www.clusif.asso.fr/video/clusif-fraude-malveillance-2009-facteur-humain.avi", "http://www.clusif.asso.fr/video/clusif-fraude-malveillance-2009-juridique.avi", "http://www.clusif.asso.fr/video/clusif-fraude-malveillance-2009-assurance.avi");

		function msgJsfraude()
		{
	    if (navigator.userAgent.indexOf('MSIE') != -1 || navigator.userAgent.indexOf('Safari') != -1) divx_plugin_fraude = document.getElementById('ie_divx_fraude');
	    else divx_plugin_fraude = document.getElementById('any_divx_fraude');

			if (divx_plugin_fraude && divx_plugin_fraude.GetVersion())
			{
				document.getElementById('js-fraude').style.display='none';
				if (document.getElementById("btnVideofraude0")) document.getElementById("btnVideofraude0").style.display='block';if (document.getElementById("btnVideofraude1")) document.getElementById("btnVideofraude1").style.display='block';if (document.getElementById("btnVideofraude2")) document.getElementById("btnVideofraude2").style.display='block';if (document.getElementById("btnVideofraude3")) document.getElementById("btnVideofraude3").style.display='block';if (document.getElementById("btnVideofraude4")) document.getElementById("btnVideofraude4").style.display='block';
			}
		}
		if (window.addEventListener)
		{
			window.addEventListener('load', msgJsfraude, false);
		}
		if (window.attachEvent)
		{
			window.attachEvent('onload', msgJsfraude);
		}
		

		function playvideofraude(part)
		{
			if (divx_plugin_fraude)
			{
				divx_plugin_fraude.SetMode("mini");
				divx_plugin_fraude.Open(tabVideosfraude[part]);
				divx_plugin_fraude.Play();
			}
		}
