function OpenWindowGlossary(sURL)
{
  window.open(sURL, null, "width=450, height=300, resizable=yes, scrollbars=yes");
}

