function newPressWindow(url) {
  window.open(url, 'press_detail', 'height=400,width=600,scrollbars=yes');
}

