<!-- //
var flashinstalled = 0;
MSDetect = "false";
if (navigator.plugins && navigator.plugins.length) {
	flashinstalled = navigator.plugins["Shockwave Flash"];
} else if (navigator.mimeTypes && navigator.mimeTypes.length) {
	flashinstalled = navigator.mimeTypes['application/x-shockwave-flash'] && navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin;
} else {
	MSDetect = "true";
}
// -->