function scSignOnStrings()
{
	this.Manager = new Object();

	this.sSignOnTitle = 'Student Center Sign On'
	this.sSignOnPrompt = 'Ascensus University clients, please sign on using your assigned unique key. If you are not currently an Ascensus University client, you may still register by contacting your Ascensus sales representative at 1-800-346-3860 or e-mail: sales.support@ascensus.com.'
	this.bShowSignOnUK = false
	this.sUniqueKey = 'Unique Key'
	this.sUKeyCmd = 'OK'
	this.sValidateName = ''
	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 = 'That unique key is already in use. Please choose a new unique key.'
	this.sAPSuccess = 'You are now in the database and signed on to the Student Center.'
	this.sAPUKAssigned = 'Use this unique key in the future to sign on to the Student Center:'
	this.sAPDoneButton = 'OK'
	this.sAPCancelButton = 'Cancel'
	this.sSignOnURL = ''
	this.bDisableSignOnLink = false
	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 = false
	this.nOverridePasswordMinLen = 0
	this.sPasswordError = 'Password incorrect.'
	this.sValidatePassword = ''
	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()


