function xLoaded() {
	if(xLg!="en") {
		tb_closeCaption="Fermer";
		tb_closeCaption2="";
	}
}

function menuProdOver(xBtn) {
	if(xBtn.src.indexOf("prod2a")>-1) {
		xBtn.oSrc2 = xBtn.src;
		xBtn.src = xBtn.src.replace("prod2a","prod2");
	}
	xMouseOver(xBtn);
}

function menuProdOut(xBtn) {
	if(xBtn.oSrc2) {
		xBtn.src = xBtn.oSrc2;
		return;
	} 
	xMouseOut(xBtn);
}

function showImage(sender,imageUrl,imageTitre) {
    if(!imageTitre) imageTitre = top.document.title;
	tb_show(imageTitre,imageUrl+"?width");
}

/*function showImage(sender,imageUrl,imageTitre,productName) {
    if(!imageTitre) imageTitre = top.document.title;
    imageTitre = imageTitre + '&nbsp;&nbsp;&nbsp;' + productName
	tb_show(imageTitre,imageUrl+"?width");
}*/
