//:[ JavaScript Document
//:[ Popup window (force hide from old browsers who can't handle it)

<!-- Hide from old browsers
function openWindow(url, name, width,height) {
  popupWin = window.open(url, name, width,height)
}
// Stop hiding from old browsers -->