



function openWindow(url, w, h)  {
  newWindow= window.open(url,  'HSDBImage', 'resizable=yes,status=no,scrollbars=yes,width=' + w + ',height=' + h + ',menubar=yes')

newWindow.focus()

}