

	var flash_version = "no";
	// Check if user has flash plugin
	if ((navigator.appName == "Microsoft Internet Explorer" && 
		navigator.appVersion.indexOf("Mac") == -1 && 
		navigator.appVersion.indexOf("3.1") == -1) ||
		(navigator.plugins && navigator.plugins["Shockwave Flash"])
			|| navigator.plugins["Shockwave Flash 2.0"])
	{
		flash_version = "yes";
	}

//flash_version = "no";
