/****************** CHECK IF GLOSSIFIED ******************/
function checkIfGlossified(){
	if(location.pathname == "/mskcc_resources/glossary/index.asp"){
		if(document.images["lookupterms"]){
			document.images["lookupterms"].src =  "/mskcc_resources/images/template/close_terms.gif"
			if(document.images["lookupterms"].title)
				document.images["lookupterms"].title = "Close Terms"
		}
	}
}
checkIfGlossified();
top.searchHelp = window.searchHelp;

// document.images['look_up_terms'].style.display = 'none';

