//<!-- hide from JavaScript-challenged browsers

function openWindow(url, name, width, height) {
  popupWin = window.open(url, name, ',width=' + width + ',height=' + height)
}

// done hiding -->
