if (navigator.appName != "Netscape" && (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] != -1)) {
	Flashtype='true'
} else { 	
	if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] == -1) {
		Flashtype='false'
	} else {
		var browserPlugin = navigator.plugins["Shockwave Flash"].description;
		if (navigator.appName == "Netscape" && (browserPlugin.indexOf('4.') != -1 || browserPlugin.indexOf('5.') != -1 || browserPlugin.indexOf('6.') != -1 || browserPlugin.indexOf('7.') != -1)) {
			Flashtype='true'
		} else {
			Flashtype='false'
		}
	}
}