puTitleText = "LFK Glossary";
puCloseText = "Close";
puResizeText = "Resize";
puSearchText = "Searching...";
excludeWords = "about after all also an another any are as at be because been before being between both but by came can come could did do each for from got has had he have her here him himself";
excludeWords += "his how if in into it like make many me might more most much must my never now of on only other our out over said same see should since some still such take than that the their";
excludeWords += "them then there these they this those through to too under very was way we were what where which while who with would you your ~ ! # $ % ^ * ( ) - _ = + ` ' , . < \ ?";

var sendURL = true;
var framesTop = (self == top) ? self : parent.parent;

var agIE4 = false;

function loadActiveGlossary(){
	var UA = window.navigator.userAgent;
	var MSIE = UA.indexOf("MSIE");
	if(MSIE != -1){
		var version = UA.charAt(MSIE + 5);
		if(version >= 4 && UA.indexOf("Mac") == -1){
			if(version == 4) agIE4 = true;
			if(version == 6) agIE5 = true;
			if(version == 6) agIE6 = true;				
			document.write("<SCRIPT LANGUAGE='JavaScript' SRC='/scripts/glossary_routines.js'></SCR" + "IPT>");
			document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='/styles/glossary.css'></LINK>");
		}
	}
}

function agLookup(term){
	var url = "/glossary/glossary.cfm?entry=" + term;
	
	window.open(url, "glossWindow", "width=300,height=300,innerWidth=300,innerHeight=300,dependent=yes,directories=no,location=no,menubar=no,resizable=yes,screenX=50,screenY=50,status=no,titlebar=no,toolbar=no");
}

loadActiveGlossary();