function pop_window_PopUpName(page,w,h) {
    window.open(page, 'popup', 'width=600, height=400, top=10, left=10, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=1, status=0');
  }

