document.write('<style type="text/css" media="all">@import "/stylesheets/js.css";</style>');

function myFocus(id) { document.getElementById(id).focus() };

function showImage(elem) {
  var y = document.all ? (!document.documentElement.scrollTop ? document.body.scrollTop : document.documentElement.scrollTop) : window.pageYOffset;
  var hash_find = elem.href.indexOf("#"); if (hash_find > -1) elem.href = elem.href.substr(0, hash_find);
  elem.href += elem.href.indexOf("?") > -1 ? "&" : "?"; elem.href += "y=" + y;
  window.location(elem.href);
}

function bp_scrollTo(y) {
  window.scrollTo(0, y);
}

