

//Launch pre checks

blnCheckOS = false;						//Checks client operating system for compliance
blnCheckBrowser = true;					//Checks for browser Compliance
blnCheckScripting = false;				//Checks client scripting capabilities for compliance
blnCheckPopups = true;					//Checks for the ability to create popup windows
blnCheckConnectionSpeed = false;			//Checks for high-speed connection
blnCheckDownloadManager = false;			//Checks for the existence of a download manager
blnCheckActiveMovie = false;				//Checks for the existance of ActiveMovie
blnCheckCodecs = false;					//Check for appropriate Codecs
blnCheckMSXML = true;					//Checks for the existance of compatible XML parser
blnCheckLargeFonts = false;				//Checks for Large Fonts DISABLED
blnCheckColorDepth = true;				//Checks client color depth settings
blnCheckAcrobat = false;					//Checks Adobe Acrobat
