if(flashinstalled == 2){
	if(flashversion < 8){
	//the required flash version is not available on the visitors system
	//alert("Your Flash version ("+flashversion+") is not high enough for this site.\nYou are using version "+flashversion+" to be precise.");
	//window.location="flash_required.php";
	}
	else{
	//the required flash version is available on the visitors system
	}
}
else{
	//flash isn't available at all the visitors system
	//window.location="flash_required.php";
}
