// function for empting the textbox
function EmptyTextBox()
{
  document.getElementById('consultaDePuntos').value='';
}

