var pageHeight;var pageWidth;var mykid;function showCurtain(){pageHeight=(document.height!==undefined)?document.height:document.body.offsetHeight;pageWidth=(document.width!==undefined)?document.width:document.body.offsetWidth;
if(document.body.clientHeight>pageHeight){pageHeight=document.body.clientHeight}pageHeight=document.getElementById("container").offsetHeight;if(window.innerHeight){pageHeight=(window.innerHeight>pageHeight?window.innerHeight:pageHeight)
}var a=document.getElementById("divCurtain");a.style.height=(Math.ceil(pageHeight))+"px";a.style.width=Math.ceil(pageWidth)+"px";a.style.display="block"}function showPopup(b){var a=document.all?((document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body).scrollTop:pageYOffset;
mykid=document.getElementById(b);mykid.style.position="absolute";mykid.style.top=(200+a)+"px";mykid.style.left=(Math.ceil(pageWidth)/2-parseInt(mykid.style.width)/2)+"px";mykid.style.zIndex="1000";mykid.style.display="block"
}function hideCurtain(){document.getElementById("divCurtain").style.display="none";if(mykid){mykid.style.display="none"}}function showUploadDiv(a){showCurtain();showPopup(a)}function showUploadDiv(e,c,f){var d=document.getElementById("imgLargeProduct");
d.src="/images/wines/"+c.toString()+".png";var a=new Image();a.src="/images/wines/"+c.toString()+".png";d.src=a.src;d.alt=f+" Label";var b=document.getElementById("divProductName");b.innerHTML=f;showCurtain();
showPopup(e)};
