function scCommonStrings()
{
	this.Manager = new Object();

	this.bNoPageTrail = true
	this.bNoSortDrop = true
	this.sTitleLocation = 'Center'
	this.nTitleHeight = 15
	this.sWebTopOfPage = 'Top of Page'
	this.sWebUserLink1 = 'http://www.gsgatl.org/'
	this.sWebUserLink2 = 'http://www.girlscouts.org/'
	this.sWebUserLink3 = ''
	this.sWebMainMenuLink = 'Training Home'
	this.sWebSignOnLink = 'Sign On'
	this.sWebUserLinkDesc1 = 'Girl Scouts of Greater Atlanta, Inc.'
	this.sWebUserLinkDesc2 = 'Girl Scouts of the USA'
	this.sWebUserLinkDesc3 = ''
	this.sWebConfirm = 'Is this correct?'
	this.sWebDoAnother = 'Do you want to do another one?'
	this.sLogoLink = ''
	this.bNoHeader = false
	this.bNoFooter = true
	this.sHomeURL = ''
	this.bNoGridBdr = true
	this.bHomeURLReplacesParent = false
	this.nVerboseErrors = null
	this.sFooterLocation = 'Left'
	this.sWebSignOffLink = 'Sign Off'
	this.sDisconnectURL = ''
	this.nFooterTopLineHeight = 15
	this.bNoPageGenMsg = true
	this.bNoCopyright = false
	this.bEnablePictureValidation = true
	this.bEnablePictureFieldError = true
	this.sWebHelpLink = ''
	this.sFooterHelpLink = ''
	this.sWorkingOn = 'Edit'
	this.sWorkingOnReadOnly = 'View'
	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 = 'LEARNINGOPPS'

}
var scCommon = new scCommonStrings()


