function buttoninfo() {
      if (event.ctrlKey && event.shiftKey) {
        window.location="resources/Login.htm";
      }
}
