var ns4 = (document.layers);
var ie4 = (document.all && !document.getElementById);
var ie5 = (document.all && document.getElementById);
var ns6 = (!document.all && document.getElementById);
var flashOnload;
var RequiredVersion = 8;
var CorrectVersion = false;
var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.indexOf("Windows") != -1) ? true : false;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (isIE && isWin) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('CorrectVersion = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & RequiredVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if (plugin) {
	var version = navigator.plugins["Shockwave Flash"].description.split(" ");
	for (var i = 0; i < version.length; ++i) if (!isNaN(parseInt(version[i]))) var PluginVersion = version[i];
	CorrectVersion = PluginVersion >= RequiredVersion;
}
