function insertZoomHTML(){var b=document.getElementsByTagName("body").item(0);var c=document.createElement("div");c.setAttribute('id','ZoomSpin');c.style.position='absolute';c.style.left='10px';c.style.top='10px';c.style.visibility='hidden';c.style.zIndex='525';b.insertBefore(c,b.firstChild);var d=document.createElement("img");d.setAttribute('id','SpinImage');d.setAttribute('src',zoomImagesURI+'zoom-spin-1.png');c.appendChild(d);var e=document.createElement("div");e.setAttribute('id','ZoomBox');e.style.position='absolute';e.style.left='10px';e.style.top='10px';e.style.visibility='hidden';e.style.zIndex='499';b.insertBefore(e,c.nextSibling);var f=document.createElement("img");f.onclick=function(a){zoomOut(this,a);return false};f.setAttribute('src',zoomImagesURI+'spacer.gif');f.setAttribute('id','ZoomImage');f.setAttribute('border','0');f.setAttribute('style','-webkit-box-shadow: '+shadowSettings+'0.0)');f.style.display='block';f.style.width='10px';f.style.height='10px';f.style.cursor='pointer';e.appendChild(f);var g=document.createElement("div");g.setAttribute('id','ZoomClose');g.style.position='absolute';if(browserIsIE){g.style.left='-1px';g.style.top='0px'}else{g.style.left='-15px';g.style.top='-15px'}g.style.visibility='hidden';e.appendChild(g);if(includeCaption){var h=document.createElement("div");h.setAttribute('id','ZoomCapDiv');h.style.position='absolute';h.style.visibility='hidden';h.style.marginLeft='auto';h.style.marginRight='auto';h.style.zIndex='501';b.insertBefore(h,e.nextSibling);var i=document.createElement("table");i.setAttribute('border','0');i.setAttribute('cellPadding','0');i.setAttribute('cellSpacing','0');h.appendChild(i);var j=document.createElement("tbody");i.appendChild(j);var k=document.createElement("tr");j.appendChild(k);var l=document.createElement("td");l.setAttribute('align','right');k.appendChild(l);var m=document.createElement("img");m.setAttribute('src',zoomImagesURI+'zoom-caption-l.png');m.setAttribute('width','13');m.setAttribute('height','26');m.style.display='block';l.appendChild(m);var n=document.createElement("td");n.setAttribute('background',zoomImagesURI+'zoom-caption-fill.png');n.setAttribute('id','ZoomCaption');n.setAttribute('valign','middle');n.style.fontSize='14px';n.style.fontFamily='Helvetica';n.style.fontWeight='bold';n.style.color='#ffffff';n.style.textShadow='0px 2px 4px #000000';n.style.whiteSpace='nowrap';k.appendChild(n);var o=document.createElement("td");k.appendChild(o);var p=document.createElement("img");p.setAttribute('src',zoomImagesURI+'zoom-caption-r.png');p.setAttribute('width','13');p.setAttribute('height','26');p.style.display='block';o.appendChild(p)}if(document.all){var q=document.getElementsByTagName("html")[0];if(q!=null){with(q.style){scrollbarDarkShadowColor="000000";scrollbar3dLightColor="ffffff";scrollbarArrowColor="ffffff";scrollbarBaseColor="686a74";scrollbarFaceColor="686a74";scrollbarHighlightColor="686a74";scrollbarShadowColor="ffffff";scrollbarTrackColor="9db1e3"}}}}
