function setIframeHeight(h) {
	h = Math.min(Math.max(h,672),20000);
	var iframeElement = parent.document.getElementById('ifrm_boutique-en-ligne'); 
	iframeElement.height = h;
}

