<!--//

function clearSearch(fieldProp,defaultValue)
{
	if (fieldProp.value == defaultValue) {	
	fieldProp.value='';
	}
	fieldProp.select();
}
// -->