// Localized strings needed in all languages

/////////////////////////////////////////////////////////////////////
// Initialize the common strings needed in all languages
/////////////////////////////////////////////////////////////////////
function initCommonStringsAll(){
  /////// Page footer: audience and copyright ////////
 	LocStr["fr"]["_copyrightDepositUrl"] = "http://www.copyrightdepot.com/rep72/00038438.htm";
	LocStr["fr"]["_copyrightNumber"] = "#00038438";
	LocStr["en"]["_copyrightDepositUrl"] = "http://www.copyrightdeposit.com/rep8/0029461.htm";
	LocStr["en"]["_copyrightNumber"] = "#0029461";
}

