function isFlashActive(){var A=false;if(navigator.plugins&&navigator.plugins.length){var B=navigator.plugins["Shockwave Flash"];if(B){A=true}if(navigator.plugins["Shockwave Flash 2.0"]){A=true}}else{if(navigator.mimeTypes&&navigator.mimeTypes.length){var E=navigator.mimeTypes["application/x-shockwave-flash"];A=E&&E.enabledPlugin}else{try{var C=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");A=true}catch(D){try{var C=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");A=true}catch(D){try{var C=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");A=true}catch(D){}}}}}return A};