	function clearText(strDefault,ctl)
	{
		if (ctl.value==strDefault)
		{
			ctl.value='';
		}
	}
