// Flash Data
	
var flashData =	{
	version : 				'9.0.28',
	container : 			'noFlash',
	file : 					'_preloader.swf',
	size :					{width:'100%', height:'100%'},
	minSize :				{width:'1000', height:'590'},
	expressInstall : 		false,
	params : 				{scale:'noscale', bgcolor:'#000000', allowFullScreen:true},
	attributes : 			{id:'flashContent'},
	vars :					{langue:getLang()},
	popUpDestination :		null
};

function getLang(){
	var lang = 'fr';
	var href = window.location.href;
	if(href.substring(href.lastIndexOf('/')+1) == 'index_en.html') lang = 'en';
	return lang;
}
