Files
Last update 2 months 4 days
by
Arnaud-Apu-Fanovard
ProductImage.js.téléchargementvar id,imgurl,clockTimeoutId;function getImgRealTop(e){for(var n=document.getElementById(e),s=n.offsetTop,t=n.offsetParent;t!=null;)s+=t.offsetTop,t=t.offsetParent;return s}function getImgRealLeft(e){for(var n=document.getElementById(e),s=n.offsetLeft,t=n.offsetParent;t!=null;)s+=t.offsetLeft,t=t.offsetParent;return s}function setImgPosition(e){var t,n,s=document.getElementById("popup"+e);s.style.top=getImgRealTop(e)+25+"px",t=getImgRealLeft(e),n=parseFloat(document.getElementById("popup"+e).style.width),s.style.left=(t+n>screen.width?t-n:t+10)+"px"}function loadImage(e,t){var n=document.getElementById("regimg"+e);n.src=t}function delayProcess(){setImgPosition(id),document.getElementById("popup"+id).style.display="block",loadImage(id,imgurl)}function CloseImgDiv(e){clearTimeout(clockTimeoutId),document.getElementById("popup"+e).style.display="none"}function OpenLargeProductImage(){var e,t;arguments.length===5?(e="include/LargeProductImage.aspx?path="+arguments[0]+"&mfrName="+arguments[3]+"&mfrPartNum="+arguments[4],t=window.open(e,"MsgWindow","scrollbars=1,width="+arguments[1]+"px,height="+arguments[2]+"px,menubar=0,resizable=1")):arguments.length===6?(e=arguments[0]+"Search/include/LargeProductImage.aspx?path="+arguments[1]+"&mfrName="+arguments[4]+"&mfrPartNum="+arguments[5],t=window.open(e,"MsgWindow","scrollbars=1,width="+arguments[2]+"px,height="+arguments[3]+"px,menubar=0,resizable=1")):alert("Invalid number of arguments")}function popup(e,t){id=e,imgurl=t,clearTimeout(clockTimeoutId),clockTimeoutId=setTimeout("delayProcess()",0)}