// JavaScript Document
function openWindowScreenshot(url) {
  popupWin = window.open(url, 'remote',
'scrollbars,dependent,width=750,height=450')
}