/*
	Javascripts used by Datawell FAQ-site.
	
	3/11/2004 JMR:
		initial release


*/

function clearSearchOnce(x)
{
	// "Search" must be the default value of the textbar.
	if (x.value=="Search")
	{
		x.value="";
	}
}

