function showLogin() {window.scrollTo(0,0);var logbox = document.getElementById("memberLogin");logbox.className="reshowLoginBox";}
function hideLogin() {var logbox = document.getElementById("memberLogin");logbox.className="hideLoginBox";}