﻿
         var flashvars;
         if (navigator.userAgent.indexOf('Safari') == -1) {
             flashvars = { hideCreate: "true", hideWallpaper: "true", hidePrint: "true", hideCopy: "true", hideSave: "true", basePath: "../flash/" };
         }
         else {
             flashvars = { hideCreate: "true", hideWallpaper: "true", hidePrint: "true", hideCopy: "true", hideBookmark: "true", hideLink: "true", hideSave: "true", basePath: "../flash/" };
         }
         var params = { menu: "true", wmode: "transparent", scale: "noscale", salign: "lt", allowFullScreen: "true", allowScriptAccess: "always" };
         var attributes = { id: "pppFlashID", name: "pppFlashID" };
         swfobject.embedSWF("../flash/peelMedia.swf", "modifiedPPP", "65", "197", "9.0.115.0", "../swfobject/expressInstall.swf", flashvars, params, attributes);


        var posterClientID = '';
        overrideTop = 110;
        overrideLeft = 250;

        var isPeelClosed = '<%=Request.Cookies["IsPeelClosed"].Value%>';
        //if (isPeelClosed != "true")
        //    setVisible(posterClientID, "2", '<%=baseURL %>', 0, 575, 0);

        function openPeel(url) {
            setVisible(posterClientID, "2", url, 0, 585, 99);
        }
