
function openWindow() {
  popupWin = window.open('filename1.html', 'remote','scrollbars,width=400,height=370,left=50,top=50')
}
function openWindow2() {
  popupWin = window.open('filename2.html', 'remote','scrollbars,width=550,height=400,left=50,top=50')
}

