function scSignOnStrings()
{
	this.Manager = new Object();

	this.sSignOnTitle = 'Simpson Strong-Tie Workshops & Training Sign On'
	this.sSignOnPrompt = 'Please sign on:'
	this.bShowSignOnUK = true
	this.sUniqueKey = 'Your ID'
	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 = true
	this.bAPSignonErrPage = false
	this.sAPButton = 'ARE YOU A NEW USER? Please Create an Account'
	this.sAPInstruction = 'IF you do not already have an account, Please enter the information below, then click OK. Items shown with an asterisk must be entered.  If you have received an e-mail notification from us, please use the FORGOT PASSWORD function on the previous page.'
	this.sAPCompleteReq = 'Please complete all items shown with an asterisk. Then click OK.'
	this.sAPUKExists = 'The ID you entered is already in the database. Please try again.'
	this.sAPSuccess = 'You are now in the database and signed on to Simpson Strong-Tie Workshops & Training.  If you want to register for a workshop, you must still do that. After hitting the next “OK”, you will be taken to the course you were interested in.  Please click the “ENROLL in this Workshop” link on the top right of your screen. You will be prompted to confirm, then you will be registered and will soon receive a confirmation email.'
	this.sAPUKAssigned = 'Use this ID in the future to sign on to Simpson Strong-Tie Workshops & Training:'
	this.sAPDoneButton = 'OK'
	this.sAPCancelButton = 'Cancel'
	this.sSignOnURL = ''
	this.bDisableSignOnLink = true
	this.bDisableMultipleSessions = true
	this.sAPGroupRegistration = ''
	this.sAPSureMsg = ''
	this.sAlreadyConnected = 'User Already Connected.'
	this.sAPConfirmPassword = 'Verify Password'
	this.sAPPasswordCompare = 'The passwords you entered do not match.'
	this.bAllowGuestOnMainMenu = false
	this.bOverridePassword = true
	this.nOverridePasswordMinLen = 0
	this.sPasswordError = 'Password incorrect.'
	this.sValidatePassword = 'Password'
	this.sAdminCantResetPwdError = 'Your password has expired and you are not allowed to reset your password. Please contact Simpson Strong-Tie to reset your password so that you can access the system.'
	this.sTooManyBadLoginsError = 'You have exceeded the maximum number of invalid login attempts.  Please contact Simpson Strong-Tie to reset your password.'
	this.bDisableStudentSignOn = false
}
var scSignOn = new scSignOnStrings()


