function OpenWindow(url) {
  window.open(url,"new_window","width=840,height=800,scrollbars=yes,resizable=yes");
}