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 = 'http://mercyonline/'
	this.sWebUserLink2 = '/reset.asp'
	this.sWebUserLink3 = ''
	this.sWebMainMenuLink = 'Home'
	this.sWebSignOnLink = 'Sign On'
	this.sWebUserLinkDesc1 = 'Mercy Online'
	this.sWebUserLinkDesc2 = 'Password Reset'
	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 = '/stc/mercy/MLI_home.htm'
	this.bNoGridBdr = true
	this.bHomeURLReplacesParent = false
	this.nVerboseErrors = null
	this.sFooterLocation = 'Left'
	this.sWebSignOffLink = ''
	this.sDisconnectURL = '/stc/mercy/psciis.dll?linkid=155727&mainmenu=MERCY&top_frame=1'
	this.nFooterTopLineHeight = null
	this.bNoPageGenMsg = true
	this.bNoCopyright = false
	this.bEnablePictureValidation = false
	this.bEnablePictureFieldError = true
	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.6'
	this.sPRODUCT_COPYRIGHT        = 'Copyright 2004-2006 SumTotal Systems, Inc. All rights reserved.'
	this.sWEB_SELF_SERVICE_NAME    = 'Learning Center'
	this.sWEB_SELF_SERVICE_VERSION = '6.6.00'
	this.sClientName = 'MERCY'

}
var scCommon = new scCommonStrings()

