function openSingleWindow() {
  popupWin = window.open('printablesingletickets.html', 'remote', 'scrollbars,width=600,height=450')
}

function openslideshowWindow() {
  popupWin = window.open('detect.html', 'remote', 'scrollbars=no,width=420,height=420')
}