
function open_win(win_file, win_title) {
  window.open(win_file, win_title, 'width=600,height=600,toolbar=no,scrollbars=yes,location=no,menubar=no,status=no,resizable=yes');
}
