function openWindow(page) {
  window.open(page, 'remote', 'width=500,height=550')
}

function openWindowPress(page) {
  window.open(page, 'remote', 'width=600,height=600')
}

function openWindowLPress(page) {
  window.open(page, 'remote', 'width=700,height=700')
}

function openWindowLTPress(page) {
  window.open(page, 'remote', 'width=800,height=700,scrollbars=yes')
}
