function clearSearchText(a, defaultValue)
{
				if(a.value == defaultValue)
				{
				a.value = "";
				}
}
