function insertZoomHTML(){var K=document.getElementsByTagName("body").item(0);var g=document.createElement("div");g.setAttribute("id","ZoomSpin");g.style.position="absolute";g.style.left="10px";g.style.top="10px";g.style.visibility="hidden";g.style.zIndex="525";K.insertBefore(g,K.firstChild);var S=document.createElement("img");S.setAttribute("id","SpinImage");S.setAttribute("src",zoomImagesURI+"zoom-spin-1.png");g.appendChild(S);var J=document.createElement("div");J.setAttribute("id","ZoomBox");J.style.position="absolute";J.style.left="10px";J.style.top="10px";J.style.visibility="hidden";J.style.zIndex="499";K.insertBefore(J,g.nextSibling);var T=document.createElement("img");T.onclick=function(n){zoomOut(this,n);return false};T.setAttribute("src",zoomImagesURI+"spacer.gif");T.setAttribute("id","ZoomImage");T.setAttribute("border","0");T.setAttribute("style","-webkit-box-shadow: "+shadowSettings+"0.0)");T.style.display="block";T.style.width="10px";T.style.height="10px";T.style.cursor="pointer";J.appendChild(T);var P=document.createElement("div");P.setAttribute("id","ZoomClose");P.style.position="absolute";if(browserIsIE){P.style.left="-1px";P.style.top="0px"}else{P.style.left="-15px";P.style.top="-15px"}P.style.visibility="hidden";J.appendChild(P);var Q=document.createElement("img");Q.onclick=function(n){zoomOut(this,n);return false};Q.setAttribute("src",zoomImagesURI+"closebox.png");Q.setAttribute("width","29");Q.setAttribute("height","29");Q.setAttribute("border","0");Q.style.cursor="pointer";P.appendChild(Q);if(!document.getElementById("ZoomImage").style.webkitBoxShadow&&!browserIsIE){var O=document.createElement("div");O.setAttribute("id","ShadowBox");O.style.position="absolute";O.style.left="50px";O.style.top="50px";O.style.width="100px";O.style.height="100px";O.style.visibility="hidden";O.style.zIndex="498";K.insertBefore(O,J.nextSibling);var R=document.createElement("table");R.setAttribute("border","0");R.setAttribute("width","100%");R.setAttribute("height","100%");R.setAttribute("cellpadding","0");R.setAttribute("cellspacing","0");O.appendChild(R);var D=document.createElement("tbody");R.appendChild(D);var N=document.createElement("tr");N.style.height="25px";D.appendChild(N);var k=document.createElement("td");k.style.width="27px";N.appendChild(k);var d=document.createElement("img");d.setAttribute("src",zoomImagesURI+"zoom-shadow1.png");d.setAttribute("width","27");d.setAttribute("height","25");d.style.display="block";k.appendChild(d);var j=document.createElement("td");j.setAttribute("background",zoomImagesURI+"zoom-shadow2.png");N.appendChild(j);var C=document.createElement("img");C.setAttribute("src",zoomImagesURI+"spacer.gif");C.setAttribute("height","1");C.setAttribute("width","1");C.style.display="block";j.appendChild(C);var i=document.createElement("td");i.style.width="27px";N.appendChild(i);var a=document.createElement("img");a.setAttribute("src",zoomImagesURI+"zoom-shadow3.png");a.setAttribute("width","27");a.setAttribute("height","25");a.style.display="block";i.appendChild(a);inRow2=document.createElement("tr");D.appendChild(inRow2);var h=document.createElement("td");h.setAttribute("background",zoomImagesURI+"zoom-shadow4.png");inRow2.appendChild(h);var B=document.createElement("img");B.setAttribute("src",zoomImagesURI+"spacer.gif");B.setAttribute("height","1");B.setAttribute("width","1");B.style.display="block";h.appendChild(B);var f=document.createElement("td");f.setAttribute("bgcolor","#ffffff");inRow2.appendChild(f);var A=document.createElement("img");A.setAttribute("src",zoomImagesURI+"spacer.gif");A.setAttribute("height","1");A.setAttribute("width","1");A.style.display="block";f.appendChild(A);var e=document.createElement("td");e.setAttribute("background",zoomImagesURI+"zoom-shadow5.png");inRow2.appendChild(e);var m=document.createElement("img");m.setAttribute("src",zoomImagesURI+"spacer.gif");m.setAttribute("height","1");m.setAttribute("width","1");m.style.display="block";e.appendChild(m);var M=document.createElement("tr");M.style.height="26px";D.appendChild(M);var c=document.createElement("td");c.style.width="27px";M.appendChild(c);var Y=document.createElement("img");Y.setAttribute("src",zoomImagesURI+"zoom-shadow6.png");Y.setAttribute("width","27");Y.setAttribute("height","26");Y.style.display="block";c.appendChild(Y);var b=document.createElement("td");b.setAttribute("background",zoomImagesURI+"zoom-shadow7.png");M.appendChild(b);var l=document.createElement("img");l.setAttribute("src",zoomImagesURI+"spacer.gif");l.setAttribute("height","1");l.setAttribute("width","1");l.style.display="block";b.appendChild(l);var Z=document.createElement("td");Z.style.width="27px";M.appendChild(Z);var X=document.createElement("img");X.setAttribute("src",zoomImagesURI+"zoom-shadow8.png");X.setAttribute("width","27");X.setAttribute("height","26");X.style.display="block";Z.appendChild(X)}if(includeCaption){var F=document.createElement("div");F.setAttribute("id","ZoomCapDiv");F.style.position="absolute";F.style.visibility="hidden";F.style.marginLeft="auto";F.style.marginRight="auto";F.style.zIndex="501";K.insertBefore(F,J.nextSibling);var H=document.createElement("table");H.setAttribute("border","0");H.setAttribute("cellPadding","0");H.setAttribute("cellSpacing","0");F.appendChild(H);var L=document.createElement("tbody");H.appendChild(L);var I=document.createElement("tr");L.appendChild(I);var W=document.createElement("td");W.setAttribute("align","right");I.appendChild(W);var G=document.createElement("img");G.setAttribute("src",zoomImagesURI+"zoom-caption-l.png");G.setAttribute("width","13");G.setAttribute("height","26");G.style.display="block";W.appendChild(G);var V=document.createElement("td");V.setAttribute("background",zoomImagesURI+"zoom-caption-fill.png");V.setAttribute("id","ZoomCaption");V.setAttribute("valign","middle");V.style.fontSize="14px";V.style.fontFamily="Helvetica";V.style.fontWeight="bold";V.style.color="#ffffff";V.style.textShadow="0px 2px 4px #000000";V.style.whiteSpace="nowrap";I.appendChild(V);var U=document.createElement("td");I.appendChild(U);var E=document.createElement("img");E.setAttribute("src",zoomImagesURI+"zoom-caption-r.png");E.setAttribute("width","13");E.setAttribute("height","26");E.style.display="block";U.appendChild(E)}};