function switchBigImage(sSrc) {
	var oImage = document.getElementById("productPresentationBifImagePlace").firstChild;
	oImage.src = sSrc;
}
