
function initFlash(obj)
{
	var lang = obj;
	var test = DetectFlashVer(7, 0);
	if (lang == "en")
	{
				if (AC_FL_RunContent == 0 ) {
					alert("This page requires AC_RunActiveContent.js.");
				} 
				else if (!test) {
					var html = '<div id="flash_index"><div id="flash_index_bg_en"><div id="flash_index_bg_BL"></div><div id="flash_index_reporting_link"><a href="reporting.html"><img src="../img/reporting_link.jpg" border="0" alt="Reporting solution" /></a></div><div id="flash_index_bg_CL"></div><div id="flash_index_elearning_link"><a href="e-learning/presentation.html"><img src="../img/elearning_link.jpg" border="0" alt="E-learning solution" /></a></div><div id="flash_index_bg_CR"></div><div id="flash_index_web_link"><a href="web/presentation.html"><img src="../img/web_link.jpg" border="0" alt="Web design" /></a></div><div id="flash_index_bg_BR"></div></div></div> <!-- Closing "flash_index" --><div id="content_index"> <!-- Closed after news --><div class="columns_3_all"><h2>Reporting</h2><p>Reporting software. Fast, reliable and interactive.</p><p>Web based interface.</p></div><div class="columns_3_all"><h2>E-learning</h2><p>E-learning online solutions for your business associates.</p></div><div class="columns_3_all"><h2>Web design</h2><p>Web site design.</p><p>Professional, unique and innovative design.</p></div><div id="columns_3_all_links_wrapper"><div class="columns_3_all"><a href="reporting.html" title="En savoir plus sur iCockpit&reg;">Learn more...</a></div><div class="columns_3_all"><a href="e-learning/presentation.html" title="En savoir plus sur notre solution e-learning">Learn more...</a></div><div class="columns_3_all"><a href="web/presentation.html" title="En savoir plus sur notre solution web">Learn more...</a></div></div></div>';
					document.write(html);
				} else {
					document.write('<div id="flash_index">');
					AC_FL_RunContent(
						'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
						'width', '852',
						'height', '400',
						'src', '../flash/home_flash_en',
						'quality', 'high',
						'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
						'align', 'middle',
						'play', 'true',
						'loop', 'true',
						'scale', 'showall',
						'wmode', 'window',
						'devicefont', 'false',
						'id', '../flash/home_flash_en',
						'bgcolor', '#ffffff',
						'name', '../flash/home_flash_en',
						'menu', 'true',
						'allowFullScreen', 'false',
						'allowScriptAccess','sameDomain',
						'movie', '../flash/home_flash_en',
						'salign', ''
						); //end AC code		
						document.write('</div>');
						
				};
	}
	
	else if (lang == "fr")
	{
				if (AC_FL_RunContent == 0 ) {
					alert("This page requires AC_RunActiveContent.js.");
				} 
				else if (!test) {
					var html = '<div id="flash_index"><div id="flash_index_bg"><div id="flash_index_bg_BL"></div><div id="flash_index_reporting_link"><a href="reporting.html"><img src="img/reporting_link.jpg" border="0" alt="Reporting solution" /></a></div><div id="flash_index_bg_CL"></div><div id="flash_index_elearning_link"><a href="e-learning/presentation.html"><img src="img/elearning_link.jpg" border="0" alt="E-learning solution" /></a></div><div id="flash_index_bg_CR"></div><div id="flash_index_web_link"><a href="web/presentation.html"><img src="img/web_link.jpg" border="0" alt="Web design" /></a></div><div id="flash_index_bg_BR"></div></div></div> <!-- Closing "flash_index" --><div id="content_index"> <!-- Closed after news --><div class="columns_3_all"><h2>Reporting</h2><p>Outil de reporting rapide, fiable et interactif.</p><p>Accessible via une interface web.</p></div><div class="columns_3_all"><h2>E-learning</h2><p>Outil de formation en ligne pour vos collaborateurs et partenaires.</p></div><div class="columns_3_all"><h2>Sites web</h2><p>Cr&eacute;ation de sites internet.</p><p>Conception professionelle, adapt&eacute;e et personnalis&eacute;e.</p></div><div id="columns_3_all_links_wrapper"><div class="columns_3_all"><a href="reporting.html" title="En savoir plus sur iCockpit&reg;">En savoir plus...</a></div><div class="columns_3_all"><a href="e-learning/presentation.html" title="En savoir plus sur notre solution e-learning">En savoir plus...</a></div><div class="columns_3_all"><a href="web/presentation.html" title="En savoir plus sur notre solution web">En savoir plus...</a></div></div></div>';
					document.write(html);
				} else {
					document.write('<div id="flash_index">');
					AC_FL_RunContent(
						'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
						'width', '852',
						'height', '400',
						'src', 'flash/home_flash',
						'quality', 'high',
						'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
						'align', 'middle',
						'play', 'true',
						'loop', 'true',
						'scale', 'showall',
						'wmode', 'window',
						'devicefont', 'false',
						'id', 'flash/home_flash',
						'bgcolor', '#ffffff',
						'name', 'flash/home_flash',
						'menu', 'true',
						'allowFullScreen', 'false',
						'allowScriptAccess','sameDomain',
						'movie', 'flash/home_flash',
						'salign', ''
						); //end AC code		
						document.write('</div>');
						
				};
	}
				
}