var requiredVersion = 5;		

//var flashPage = "/mt/index.html"		
var noFlashPage = "/detector/flashupgrade.html"	
var upgradePage = "/detector/flashupgrade.html"	

// system globals
var flash2Installed = false;		
var flash3Installed = false;		
var flash4Installed = false;		
var flash5Installed = false;	

var maxVersion = 5;					// highest version we can actually detect
var actualVersion = 0;				// version the user really has

var jsVersion = 1.0;				// the version of javascript supported

