
function openWindow() {
  popupWin = window.open('http://www.atlanticchallenge.com/popup.html', 'remote','scrollbars,width=805,height=605,left=50,top=50')
}

