		function preFillInput(obj, text)
		{
			if (obj.value == text)
				obj.value = '';
			else if (obj.value == '')
				obj.value = text;
		}