if ((navigator.userAgent.indexOf("MSIE")>0) && (navigator.userAgent.indexOf("Windows")>0) && (navigator.userAgent.indexOf("Opera")<=0)) {blnIEwin=true} else {blnIEwin=false}
var allowSwap=false;

var product01_On=new Image();
var product01_Off=new Image();
var product02_On=new Image();
var product02_Off=new Image();
var product03_On=new Image();
var product03_Off=new Image();
var product04_On=new Image();
var product04_Off=new Image();
var product05_On=new Image();
var product05_Off=new Image();
var product06_On=new Image();
var product06_Off=new Image();
var product07_On=new Image();
var product07_Off=new Image();
var market_off=new Image();
var market_01=new Image();
var market_02=new Image();
var market_03=new Image();
var market_04=new Image();
var market_05=new Image();
var market_06=new Image();
var market_07=new Image();
product01_On.src="../fr/images/homepage/product01-on.jpg";
product01_Off.src="../fr/images/homepage/product01.jpg";
product02_On.src="../fr/images/homepage/product02-on.jpg";
product02_Off.src="../fr/images/homepage/product02.jpg";
product03_On.src="../fr/images/homepage/product03-on.jpg";
product03_Off.src="../fr/images/homepage/product03.jpg";
product04_On.src="../fr/images/homepage/product04-on.jpg";
product04_Off.src="../fr/images/homepage/product04.jpg";
product05_On.src="../fr/images/homepage/product05-on.jpg";
product05_Off.src="../fr/images/homepage/product05.jpg";
product06_On.src="../fr/images/homepage/product06-on.jpg";
product06_Off.src="../fr/images/homepage/product06.jpg";
product07_On.src="../fr/images/homepage/product07-on.jpg";
product07_Off.src="../fr/images/homepage/product07.jpg";
market_off.src="../fr/images/homepage/market_off.jpg";
market_01.src="../fr/images/homepage/market01.jpg";
market_02.src="../fr/images/homepage/market02.jpg";
market_03.src="../fr/images/homepage/market03.jpg";
market_04.src="../fr/images/homepage/market04.jpg";
market_05.src="../fr/images/homepage/market05.jpg";
market_06.src="../fr/images/homepage/market06.jpg";
market_07.src="../fr/images/homepage/market07.jpg";

function doAnimation() {
	if (blnIEwin) {
		BGimgObj.filters[0].apply();
	    BGimgObj.src = "../fr/images/homepage/swoosh.jpg";
	    BGimgObj.filters[0].play();
	    window.setTimeout("showIcon(product01,product01_Off)",500);
	    window.setTimeout("showIcon(product02,product02_Off)",1000);
	    window.setTimeout("showIcon(product03,product03_Off)",1500);
	    window.setTimeout("showIcon(product04,product04_Off)",2000);
	    window.setTimeout("showIcon(product05,product05_Off)",2500);
	    window.setTimeout("showIcon(product06,product06_Off)",3000);
	    window.setTimeout("showIcon(product07,product07_Off)",3500);
	    window.setTimeout("allowSwap=true",3500);
		}
	else {
		swapImage(product01,product01_Off,true);
		swapImage(product02,product02_Off,true);
		swapImage(product03,product03_Off,true);
		swapImage(product04,product04_Off,true);
		swapImage(product05,product05_Off,true);
		swapImage(product06,product06_Off,true);
		swapImage(product07,product07_Off,true);
		allowSwap=true;
		}
	}

function showIcon(ProdImg,SwapImg) {ProdImg.filters[0].apply(); swapImage(ProdImg,SwapImg,true); ProdImg.filters[0].play()}

function swapImage(ProdImg,SwapImg,SwapAllow) {if (SwapAllow) {ProdImg.src=SwapImg.src}}