function toTop() {
  document.getElementById("Dimensions").scrollIntoView();
}

window.onload = function(e) {
  var site = window.location.host;
  var aEnvieAmigo = document.getElementById("EnvieAmigo");
  aEnvieAmigo.href = "mailto:?Subject=Site%20" + site +
                     "&Body=Veja:%20" + document.URL;
}
