function OpenWindow (Address) {
  Window1 = window.open(Address, "_blank", "width=520,height=520,scrollbars=yes,dependent=no,location=no,menubar=no,resizable=no,status=no,toolbar=no");
  Window1.focus();
}
