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