function openInfo(n) {
  popupWin = window.open(n+'.htm','','height=600,width=600,scrollbars,resizable,left=10,top=10')
}