<!-- hide from JavaScript-challenged browsers

function openPopUp(url) {
  cdtWin = window.open(url, '', 'scrollbars,noresizable,width=521,height=405')
}

function openPopUp2(url) {
  cdtWin = window.open(url, '', 'scrollbars,noresizable,width=521,height=480')
}
// done hiding -->
