var imgWidth=269;var imgHeight=350;function zoomFunc(C){var L=C[0];var J=2;var B=3;var H=dojo.byId("lulofruit");var G=dojo.byId("productImagePane");var D=parseInt(H.style.top);var F=parseInt(H.style.left);var I=parseInt(G.style.width);var E=parseInt(G.style.height);H.width=imgWidth*L;H.height=imgHeight*L;var A=0;var K=0;if(H.width<I){A=I-H.width;H.style.left=(0+A/2)+"px"}else{A=H.width-I;H.style.left=(0-A/2)+"px"}if(H.height<E){K=E-H.height;H.style.top=(0+K/2)+"px"}else{K=H.height-E;H.style.top=(0-K/2)+"px"}window.status="(top,left) = ("+H.style.top+","+H.style.left+")";dojo.byId("imgZoom").innerHTML=dojo.number.format(C[0],{places:1,pattern:"#%"})};
