

    var divx_plugin_Cloud2010=0;
		tabVideosCloud2010=new Array("http://www.clusif.asso.fr/video/CLUSIF-Cloud-2010-Datacenter.avi", "http://www.clusif.asso.fr/video/CLUSIF-Cloud-2010-Securite.avi", "http://www.clusif.asso.fr/video/CLUSIF-Cloud-2010-Juridique.avi", "http://www.clusif.asso.fr/video/CLUSIF-Cloud-2010-Table-ronde.avi");

		function msgJsCloud2010()
		{
	    if (navigator.userAgent.indexOf('MSIE') != -1 || navigator.userAgent.indexOf('Safari') != -1) divx_plugin_Cloud2010 = document.getElementById('ie_divx_Cloud2010');
	    else divx_plugin_Cloud2010 = document.getElementById('any_divx_Cloud2010');

			if (divx_plugin_Cloud2010 && divx_plugin_Cloud2010.GetVersion())
			{
				document.getElementById('js-Cloud2010').style.display='none';
				if (document.getElementById("btnVideoCloud20100")) document.getElementById("btnVideoCloud20100").style.display='block';if (document.getElementById("btnVideoCloud20101")) document.getElementById("btnVideoCloud20101").style.display='block';if (document.getElementById("btnVideoCloud20102")) document.getElementById("btnVideoCloud20102").style.display='block';if (document.getElementById("btnVideoCloud20103")) document.getElementById("btnVideoCloud20103").style.display='block';
			}
		}
		if (window.addEventListener)
		{
			window.addEventListener('load', msgJsCloud2010, false);
		}
		if (window.attachEvent)
		{
			window.attachEvent('onload', msgJsCloud2010);
		}
		

		function playvideoCloud2010(part)
		{
			if (divx_plugin_Cloud2010)
			{
				divx_plugin_Cloud2010.SetMode("mini");
				divx_plugin_Cloud2010.Open(tabVideosCloud2010[part]);
				divx_plugin_Cloud2010.Play();
			}
		}
