function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popUpGlossary(popUpURL, windowName) 
{
newWindow = window.open(popUpURL, windowName, 'position=top,scrollbars,resizable,width=800,height=400');
}