<!--
// Clear Search Form 
function clearForm(thefield)
{
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
} 
//-->