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