

    var divx_plugin_soceng=0;
		tabVideossoceng=new Array("http://www.clusif.asso.fr/video/clusif-social-engineering-intro.avi", "http://www.clusif.asso.fr/video/clusif-social-engineering-aspects-offensifs.avi", "http://www.clusif.asso.fr/video/clusif-social-engineering-cas-vecus.avi", "http://www.clusif.asso.fr/video/clusif-social-engineering-psychosociologie.avi", "http://www.clusif.asso.fr/video/clusif-social-engineering-aspects-defensifs.avi");

		function msgJssoceng()
		{
	    if (navigator.userAgent.indexOf('MSIE') != -1 || navigator.userAgent.indexOf('Safari') != -1) divx_plugin_soceng = document.getElementById('ie_divx_soceng');
	    else divx_plugin_soceng = document.getElementById('any_divx_soceng');

			if (divx_plugin_soceng && divx_plugin_soceng.GetVersion())
			{
				document.getElementById('js-soceng').style.display='none';
				document.getElementById("btnVideosoceng0").style.display='block';document.getElementById("btnVideosoceng1").style.display='block';document.getElementById("btnVideosoceng2").style.display='block';document.getElementById("btnVideosoceng3").style.display='block';document.getElementById("btnVideosoceng4").style.display='block';
			}
		}
		if (window.addEventListener)
		{
			window.addEventListener('load', msgJssoceng, false);
		}
		if (window.attachEvent)
		{
			window.attachEvent('onload', msgJssoceng);
		}
		

		function playvideosoceng(part)
		{
			if (divx_plugin_soceng)
			{
				divx_plugin_soceng.SetMode("mini");
				divx_plugin_soceng.Open(tabVideossoceng[part]);
				divx_plugin_soceng.Play();
			}
		}
