Search for a name in the input field.
Tip: Remove toUpperCase() if you want to perform a case-sensitive search.
Change tr[i].getElementsByTagName('td')[0] to [1] if you want to search for "Country" (index 1) instead of "Name" (index 0).