function clearInput(id)
{
  id.value = '';
}