/* RuntimeResources.js */

var Message={
			SearchResults_Title:'Title',
			EIPC_All:'<input type="checkbox" onClick="javascript:selectAllItems(this)">All</input>',
			EIPC_ItemNumber:'Item Number',
			EIPC_Revision:'Revision',
			EIPC_Description:'Description',
			EIPC_Comments:'Comments',
			DateTag_Day:'Day',
			DateTag_Month:'Month',
			DateTag_Year:'Year',
			JumpLinkTag_SelectLocation:'Table of Contents',
			JAN:'January',
			FEB:'February',
			MAR:'March',
			APR:'April',
			MAY:'May',
			JUN:'June',
			JUL:'July',
			AUG:'August',
			SEP:'September',
			OCT:'October',
			NOV:'November',
			DEC:'December',
			Day:'Day',
			Month:'Month',
			Year:'Year',
			To:'to',
			Illustration:'Illustration',
			en_EN:'English',
			ru_RU:'Russian',
			iw_IL:'Hebrew',
			AddMessage:'add',
			NumericErr1:'You have entered a non number character',
			NumericErr2:'The numeric range you entered \nis incorrect. Ensure the \n"From" value is smaller than \nthe "To" value and try again',
			NumericErr3:'You should fill both "From" and "To" fields.',
			DateErr1:'The date entered is not valid',
			DateErr2:'The date range you entered \nis incorrect. Make sure the \n"From" value is smaller than \nthe "To" value and try again',
			NextHit:'Next Hit',
			PrevHit:'Prev Hit'
			};

Message.getMessage = function(msg)
{
	document.write(this[msg]);
}

