function glossary_on(theObj) {
        theObj.title="";
        theObj.className="JSon";
	theObj.style.zIndex = 800;
}
function glossary_off(theObj) {
        theObj.title=theObj.title;
        theObj.className="JSoff";
	theObj.style.zIndex = 100;
}