function openGlossary(term){
	var theWindow = window.open("./?FA=home/glossary#"+escape(term.toLowerCase()),"glossary","width=400,height=300,scrollbars=yes,resizable=yes,dependant=yes");
	theWindow.focus();
}