var MM_FlashSnifferURL = "/includes/flash/detectFlash.swf"; var MM_latestPluginRevision = new Object(); MM_latestPluginRevision["6.0"] = new Object(); MM_latestPluginRevision["5.0"] = new Object(); MM_latestPluginRevision["4.0"] = new Object(); MM_latestPluginRevision["3.0"] = new Object(); MM_latestPluginRevision["2.0"] = new Object(); MM_latestPluginRevision["6.0"]["Windows"] = 23; MM_latestPluginRevision["6.0"]["Macintosh"] = 23; MM_latestPluginRevision["5.0"]["Windows"] = 42; MM_latestPluginRevision["5.0"]["Macintosh"] = 41; MM_latestPluginRevision["4.0"]["Windows"] = 28; MM_latestPluginRevision["4.0"]["Macintosh"] = 27; MM_latestPluginRevision["4.0"]["Unix"] = 12; MM_latestPluginRevision["3.0"]["Windows"] = 10; MM_latestPluginRevision["3.0"]["Macintosh"] = 10; MM_latestPluginRevision["2.0"]["Windows"] = 11; MM_latestPluginRevision["2.0"]["Macintosh"] = 11; var MM_FlashControlInstalled; // is the Flash ActiveX control installed? var MM_FlashControlVersion; // ActiveX control version if installed function MM_FlashInfo() { if (navigator.plugins && navigator.plugins.length > 0) { this.implementation = "Plug-in"; this.autoInstallable = false; // until Netscape SmartUpdate supported // Check whether the plug-in is installed: if (navigator.plugins["Shockwave Flash"]) { this.installed = true; // Get the plug-in version and revision: var words = navigator.plugins["Shockwave Flash"].description.split(" "); for (var i = 0; i < words.length; ++i) { if (isNaN(parseInt(words[i]))) continue; this.version = words[i]; this.revision = parseInt(words[i + 1].substring(1)); } } else { this.installed = false; } } else if (MM_FlashControlInstalled != null) { this.implementation = "ActiveX control"; this.installed = MM_FlashControlInstalled; this.version = MM_FlashControlVersion; this.autoInstallable = true; } else if (MM_FlashDetectedSelf()) { this.installed = true; this.implementation = "Plug-in"; this.autoInstallable = false; } this.canPlay = MM_FlashCanPlay; } var MM_FlashPluginsPage = "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"; function MM_FlashDispatch(contentURL, contentVersion, requireLatestRevision, upgradeURL, install, installURL, altURL, overridePluginsPage) { if (overridePluginsPage == null) { alert("ERROR: MM_FlashDispatch() called with too few arguments."); return; } if (overridePluginsPage && installURL.substring(0, 7) != "http://") { alert("ERROR: MM_FlashDispatch() called with relative URL" + " for PLUGINSPAGE (" + installURL + ")"); return; } var player = new MM_FlashInfo(); if (player.installed == null) { var sniffer = ""; document.open(); document.write("