function openPeel() { document.getElementById("bigDiv").style.top = "0px"; document.getElementById("bigDiv").style[xPos] = "0px"; document.getElementById("thumbDiv").style.top = "-1000px" } function closePeel() { document.getElementById("thumbDiv").style.top = "0px"; document.getElementById("bigDiv").style.top = "-1000px" } function writeObjects() { var a = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(setDirection == "lt") { xPosBig = "left:-1000px"; xPos = "left" }else { xPosBig = "right:1000px"; xPos = "right" } document.write('<div id="bigDiv" style="position:absolute;width:' + bigWidth + "px;height:" + bigHeight + "px;z-index:9999;" + xPosBig + ';top:-100px;">'); a ? AC_FL_RunContent("src", pagearBigSwf + "?" + queryParams, "width", bigWidth, "height", bigHeight, "align", "middle", "id", "bigSwf", "quality", "high", "bgcolor", "#FFFFFF", "name", "bigSwf", "wmode", "transparent", "allowScriptAccess", "always", "type", "application/x-shockwave-flash", "codebase", "http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab", "pluginspage", "http://www.adobe.com/go/getflashplayer") : document.write("no flash installed"); document.write("</div>"); document.write('<div id="thumbDiv" style="position:absolute;width:' + thumbWidth + "px;height:" + thumbHeight + "px;z-index:9999;" + xPos + ':0px;top:0px;">'); a ? AC_FL_RunContent("src", pagearSmallSwf + "?" + queryParams, "width", thumbWidth, "height", thumbHeight, "align", "middle", "id", "bigSwf", "quality", "high", "bgcolor", "#FFFFFF", "name", "bigSwf", "wmode", "transparent", "allowScriptAccess", "always", "type", "application/x-shockwave-flash", "codebase", "http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab", "pluginspage", "http://www.adobe.com/go/getflashplayer") : document.write("no flash installed"); document.write("</div>"); setTimeout('document.getElementById("bigDiv").style.top = "-1000px";', 100) } ;
