
function glossary(term) {
	var newwin = window.open("glossary_frameset.html?" +term + "#" + term ,"glossary","width=500,height=400");
	newwin.focus();
}

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