function scrollToTop(){
  elem = document.getElementById(elementToSearch);
  elem.scrollIntoView(true);
}
