function scCommonStrings()
{
	this.Manager = new Object();

	this.bNoPageTrail = false
	this.bNoSortDrop = true
	this.sTitleLocation = 'Left'
	this.nTitleHeight = 30
	this.sWebTopOfPage = 'Top of Page'
	this.sWebUserLink1 = ''
	this.sWebUserLink2 = ''
	this.sWebUserLink3 = ''
	this.sWebMainMenuLink = 'Home'
	this.sWebSignOnLink = 'Sign On'
	this.sWebUserLinkDesc1 = ''
	this.sWebUserLinkDesc2 = ''
	this.sWebUserLinkDesc3 = ''
	this.sWebConfirm = 'Is this correct?'
	this.sWebDoAnother = 'Do you want to do another one?'
	this.sLogoLink = ''
	this.bNoHeader = true
	this.bNoFooter = false
	this.sHomeURL = 'http://training.msbinfo.com/Interface_MS/index.htm'
	this.bNoGridBdr = true
	this.bHomeURLReplacesParent = true
	this.nVerboseErrors = null
	this.sFooterLocation = 'Left'
	this.sWebSignOffLink = 'Sign Off'
	this.sDisconnectURL = ''
	this.nFooterTopLineHeight = null
	this.bNoPageGenMsg = true
	this.bNoCopyright = false
	this.bEnablePictureValidation = true
	this.bEnablePictureFieldError = false
	this.sWebHelpLink = ''
	this.sFooterHelpLink = 'Help...'
	this.sWorkingOn = 'editing'
	this.sWorkingOnReadOnly = 'viewing'
	this.sWebWorkOnUserLink = 'Work On Person'
	this.sFeatureUnavailableMgr = 'This feature is not available while working on another person.'
	this.sFeatureUnavailableMgrContinue = 'This feature is not available while working on another person. Click Continue to stop working on the currently selected person and continue with the request.'
	this.bEnableDataLoadingMsg = false

	this.sPRODUCT_NAME             = 'Pathlore Learning Management System 6.0'
	this.sPRODUCT_COPYRIGHT        = 'Copyright © 1996-2005 Pathlore Software Corporation. All rights reserved.'
	this.sWEB_SELF_SERVICE_NAME    = 'Learning Center'
	this.sWEB_SELF_SERVICE_VERSION = '6.5.02'
	this.sClientName = 'RETAIL'

}
var scCommon = new scCommonStrings()

