if(navigator.plugins && navigator.plugins.length && navigator.plugins["Shockwave Flash"]) {
	myFlash = navigator.plugins["Shockwave Flash"].description;
	shockMode = 1;
	shockVersion = parseInt(myFlash.charAt(myFlash.indexOf('.')-1));
}
else if (navigator.mimeTypes && navigator.mimeTypes.length && navigator.mimeTypes['application/x-shockwave-flash'] && navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin) {
	shockMode = 1;
	shockVersion = parseInt(myFlash.charAt(myFlash.indexOf('.')-1));
}
else shockMode=0;

if(document.all && navigator.userAgent.indexOf("Mac") == -1) {
		MSDetect = "true";
		shockMode = 1;
		shockVersion = 6;
		document.write("<scr" + "ipt language=\"VBScript\" type=\"text/vbscript\" src=\"js/fc_detect.vbs\"></scr" + "ipt>");
}
