<!-- hide from JavaScript-challenged browsers

function openWindow(url) {
  popWindow = window.open(url, 'poppedWindow', 'toolbar=no,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizeable=0,width=500,height=300,top=25,left=25')
popWindow.focus()
}
// done hiding -->
