function scSignOnStrings()
{
	this.Manager = new Object();

	this.sSignOnTitle = 'Student Center Sign On'
	this.sSignOnPrompt = 'Please sign on:'
	this.bShowSignOnUK = true
	this.sUniqueKey = 'User ID'
	this.sUKeyCmd = 'OK'
	this.sValidateName = 'Student ID'
	this.sUniqueKeyNotFound = 'Not found.'
	this.sUniqueKeyNotAuthorized = 'User not authorized to sign on.'
	this.sNameError = 'Name incorrect.'
	this.sSignOff = 'Sign Off'
	this.bDisableGuestSignOn = false
	this.sAPDisablePerson = ''
	this.bAPSignonPage = false
	this.bAPSignonErrPage = false
	this.sAPButton = 'New Person-Please Add Me'
	this.sAPInstruction = 'Please enter the information below, then click OK. Items shown with an asterisk must be entered.'
	this.sAPCompleteReq = 'Please complete all items shown with an asterisk. Then click OK.'
	this.sAPUKExists = 'The unique key you entered is already in the database. Please try again.'
	this.sAPSuccess = 'You are now in the database and signed on to Learning Center.'
	this.sAPUKAssigned = 'Use this unique key in the future to sign on to Learning Center:'
	this.sAPDoneButton = 'OK'
	this.sAPCancelButton = 'Cancel'
	this.sSignOnURL = ''
	this.bDisableSignOnLink = true
	this.bDisableMultipleSessions = false
	this.sAPGroupRegistration = ''
	this.sAPSureMsg = ''
	this.sAlreadyConnected = 'User Already Connected.'
	this.sAPConfirmPassword = ''
	this.sAPPasswordCompare = 'The passwords you entered do not match.'
	this.bAllowGuestOnMainMenu = false
	this.bOverridePassword = true
	this.nOverridePasswordMinLen = 1
	this.sPasswordError = 'Password incorrect.'
	this.sValidatePassword = 'Password'
	this.sAdminCantResetPwdError = 'Your password has expired and you are not allowed to reset your password. Please have your LMS system manager reset your password so that you can access the system.'
	this.sTooManyBadLoginsError = 'You have exceeded the maximum number of invalid login attempts.  Please contact your System Administrator to reset your password.'
	this.bDisableStudentSignOn = false
}
var scSignOn = new scSignOnStrings()

