function dotcomGetScreenshotFromFlash(){var a="";a=Farm.APP_STATIC_IMAGES_URL+"images/overlay_background.png";return a}function dotcomHideFlash(){var a=dotcomGetScreenshotFromFlash();if(a){$("#screenshotFrame img").attr("src",a)}if(Farm.isZSC){userAgent=navigator.userAgent.toLowerCase();$.browser.chrome=/chrome/.test(navigator.userAgent.toLowerCase());if(!$.browser.chrome&&($.browser.webkit||($.browser.msie&&(parseInt($.browser.version)>7)))){document.getElementById("appFrame").contentDocument.getElementById("screenshotFrame").className="";document.getElementById("appFrame").contentDocument.getElementById("innerFlashDiv").className="dotcomoffscreen"}else{if($.browser.msie&&(parseInt($.browser.version)<=7)){document.getElementById("appFrame").contentWindow.document.getElementById("screenshotFrame").className="";document.getElementById("appFrame").contentWindow.document.getElementById("innerFlashDiv").className="dotcomoffscreen"}else{$("#screenshotFrame").removeClass("dotcomoffscreen");$("#innerFlashDiv").addClass("dotcomoffscreen")}}}else{$("#screenshotFrame").removeClass("dotcomoffscreen");$("#innerFlashDiv").addClass("dotcomoffscreen")}}function dotcomShowFlash(){if(Farm.isZSC){userAgent=navigator.userAgent.toLowerCase();$.browser.chrome=/chrome/.test(navigator.userAgent.toLowerCase());if(!$.browser.chrome&&($.browser.webkit||($.browser.msie&&(parseInt($.browser.version)>7)))){document.getElementById("appFrame").contentDocument.getElementById("screenshotFrame").className="dotcomoffscreen";document.getElementById("appFrame").contentDocument.getElementById("innerFlashDiv").className=""}else{if($.browser.msie&&(parseInt($.browser.version)<=7)){document.getElementById("appFrame").contentWindow.document.getElementById("screenshotFrame").className="";document.getElementById("appFrame").contentWindow.document.getElementById("innerFlashDiv").className="dotcomoffscreen"}else{$("#screenshotFrame").addClass("dotcomoffscreen");$("#innerFlashDiv").removeClass("dotcomoffscreen")}}}else{$("#screenshotFrame").addClass("dotcomoffscreen");$("#innerFlashDiv").removeClass("dotcomoffscreen")}};
