<!-- hide from JavaScript-challenged browsers

function openWindow1() {
  popupWin = window.open('popups/faq1.html', 'new', 'width=570,height=320,left=50,top=100 menubar=0,status=0,toolbar=0,scrollbars=1,resizeable=0')
}
function openWindow2() {
  popupWin = window.open('popups/faq2.html', 'new', 'width=400,height=350,left=50,top=100 menubar=0,status=0,toolbar=0,scrollbars=1,resizeable=0')
}
function openWindow3() {
  popupWin = window.open('popups/faq3.html', 'new', 'width=400,height=380,left=150,top=100 menubar=0,status=0,toolbar=0,scrollbars=1,resizeable=0')
}
function openWindow4() {
  popupWin = window.open('popups/faq4.html', 'new', 'width=500,height=400,left=150,top=100 menubar=0,status=0,toolbar=0,scrollbars=1,resizeable=0')
}
function openWindow5() {
  popupWin = window.open('popups/faq5.html', 'new', 'width=570,height=400,left=150,top=100 menubar=0,status=0,toolbar=0,scrollbars=1,resizeable=0')
}

// done hiding -->