﻿// *******************************************************************
// Description  The ID of the control that initiate the 
//              'Show Glossary' process.
// *******************************************************************
var _glossaryControlID;

// *******************************************************************
// Description  Start the 'Show Glossary' process.
// Parameters   s            The sender source.
//              e            The arguments.
// *******************************************************************
function ShowGlossary(s, e) {
    _glossaryControlID = s.uniqueID;
    GuiController.invokeCommand('DisplayGlossaryTagItem', e);
}
