function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function glossary(){
    newWin = window.open(unescape("/cancer-guide/glossary/a.htm"),"glossary","toolbar=no,resizable=no,scrollbars=no,width=400,height=400");
    newWin.focus();
}