		function Trim (cValue)
		{
		   return cValue.replace(/^\s+/g, '').replace(/\s+$/g, '') ;
		}

