function scSignOnStrings()
{
	this.Manager = new Object();

	this.sSignOnTitle = 'Learning Opportunities on the Web'
	this.sSignOnPrompt = 'PLEASE DO NOT create a password if you have taken a class before . If you have forgotten your password, please email us and we will send it to you. If you have never taken training,  click the button below that reads "GET PASSWORD HERE!"  to get a password .'
	this.bShowSignOnUK = true
	this.sUniqueKey = 'Enter your Password (starts with F or G then a series of numbers)'
	this.sUKeyCmd = 'OK'
	this.sValidateName = 'Enter your email address'
	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 = true
	this.bAPSignonErrPage = false
	this.sAPButton = 'GET PASSWORD HERE!'
	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 password you entered is already in the database. Please try again.'
	this.sAPSuccess = 'You are now in the database and signed on.'
	this.sAPUKAssigned = 'Write down this password and use it in the future to sign on to Learning Opportunities on the Web:'
	this.sAPDoneButton = 'Submit'
	this.sAPCancelButton = 'Cancel'
	this.sSignOnURL = ''
	this.bDisableSignOnLink = false
	this.bDisableMultipleSessions = false
	this.sAPGroupRegistration = 'Add Self to Group'
	this.sAPSureMsg = ''
	this.sAlreadyConnected = 'User Already Connected.'
	this.sAPConfirmPassword = ''
	this.sAPPasswordCompare = 'The passwords you entered do not match.'
	this.bAllowGuestOnMainMenu = true
	this.bOverridePassword = true
	this.nOverridePasswordMinLen = 0
	this.sPasswordError = 'Password incorrect.'
	this.sValidatePassword = 'Enter your last name'
	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()

