// p:\www\menrj\html\refresh\js\at_key_leader.js
// data for All Topics navigation for this section of the MJL site
// load BEFORE at.js 
var thisSectionFileName='at_key_leader.js';
var allTopicsTitle='&gt;Men Of Reform Judaism&gt;Affiliate Leader';
var allTopicsSectionId='MJ.KL';
var allTopicsSectionTitle='Affiliate Leader';
var allTopicsIndexPage='//key_leader.htm';
var allTopicsSectionPath='/key_leader';
var allTopicsSectionTitleConverted='key_leader';
// following object simplifies some logic in at.js
var sectionTopicObject = new Object();
sectionTopicObject.topicId=allTopicsSectionId;
sectionTopicObject.tag=allTopicsSectionTitle;
var allTopicsMainTopicId = allTopicsSectionId ;
if (allTopicsSectionId.indexOf('.') > -1 ) { 
allTopicsMainTopicId=allTopicsSectionId.substring(0,allTopicsSectionId.indexOf('.')) ;
}
var GLMainTopicId='MJ';
var allTopicsElements=new Array(); 
var idx=0; 

var topicObj=new Object();
topicObj.indent=0;
topicObj.tag='Best Practices Catalogue';
topicObj.crumbs=allTopicsTitle+'&gt;Best Practices Catalogue';
topicObj.topicId='MJ.KL.FM';
topicObj.url='/key_leader/Best_Practices_CatalogueR.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;
