function navigo (name) {
  location.href=name.getElementsByTagName('a')[0].href;
}
