function OpenImageWindow(url, w, h) {
   // add 20 to width and height to image size to ensure image fills window
   popupImageWin = window.open(url, 'password', 'scrollbars,width='+w+',height='+h+',left=380,top=150,noresize')
}
