function HighlightTemplateLink(linkID)
{
    $(linkID).addClass('activeLink');
}
