
function popGlossary( loc ){
URL = "/home/glossary.html#" + loc;
	var win1 = window.open(URL,"Glossary","top=134,left=90,height=200,width=400,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0");
	win1.focus();
}



