function clearElement(id) {
	if ($F(id) == "Search here for product") {
		Field.clear(id);
	}
}