blnLoginHTMLMode = true;				//Causes the login to appear when using non-database connected systems
blnUseShortMenu = false;				//Use the simple menu when the number of modules is less than 6
blnUseMondoMenu = false;				//Use new simple menu
blnNoDatabaseLogin = false;				//Login using Certificate Login if there is no database
blnPrintCertificateImmediately = true	//Don't wait to print the certificate from database window
blnPerformSystemCheck = true;			//Don't always want a system check

strASPPostPreCheckPath = 'Login/default.asp';
strHTMPostPreCheckPath = 'Login/index.htm';
strSkinPostPreCheckPath = 'Skin/SystemCheckSuccessful.htm';

strASPWrapperPath = 'Wrap/WrapASP.asp';
strHTMWrapperPath = 'Wrap/WrapHTM.htm';
strSkinWrapperPath = 'Wrap/WrapSkin.htm';

strASPMenuPath = 'Menu/MenuASP.asp';
strHTMMenuPath = 'Menu/MenuHTM.htm';
strSkinMenuPath = 'Menu/MenuSkin.htm';

