// p:\www\menrj\html\refresh\js\at_about.js
// data for All Topics navigation for this section of the MJL site
// load BEFORE at.js 
var thisSectionFileName='misc.shtml';
var allTopicsTitle='&gt;Men Of Reform Judaism&gt;About MRJ';
var allTopicsSectionId='MJ.AB';
var allTopicsSectionTitle='About MRJ';
var allTopicsIndexPage='//about.htm';
var allTopicsSectionPath='/about';
var allTopicsSectionTitleConverted='about';
// 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='Message From The MRJ President';
topicObj.crumbs=allTopicsTitle+'&gt;Message From The MRJ President';
topicObj.topicId='MJ.AB.AB';
topicObj.url='/about/message.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;

topicObj=new Object();
topicObj.indent=0;
topicObj.tag='MRJ National Officers and Staff';
topicObj.crumbs=allTopicsTitle+'&gt;MRJ National Officers and Staff';
topicObj.topicId='MJ.AB.AE';
topicObj.url='/about/Officers_staff.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;

topicObj=new Object();
topicObj.indent=0;
topicObj.tag='GUIDING PRINCIPLES';
topicObj.crumbs=allTopicsTitle+'&gt;GUIDING PRINCIPLES';
topicObj.topicId='MJ.AB.AD';
topicObj.url='/about/mrjguidingprinciples_.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;

topicObj=new Object();
topicObj.indent=0;
topicObj.tag='MRJ History';
topicObj.crumbs=allTopicsTitle+'&gt;MRJ History';
topicObj.topicId='MJ.AB.AA';
topicObj.url='/about/history.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;

topicObj=new Object();
topicObj.indent=1;
topicObj.tag='MRJ History Intro';
topicObj.crumbs=allTopicsTitle+'&gt;MRJ History&gt;MRJ History Intro';
topicObj.topicId='MJ.AB.AA.AA';
topicObj.url='/about/history/MRJ_history_intro.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;

topicObj=new Object();
topicObj.indent=2;
topicObj.tag='Why the MRJ Name change';
topicObj.crumbs=allTopicsTitle+'&gt;MRJ History&gt;MRJ History Intro&gt;Why the MRJ Name change';
topicObj.topicId='MJ.AB.AA.AA.AA';
topicObj.url='/about/history/MRJ_history_intro/MRJ_why_name_change.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;

topicObj=new Object();
topicObj.indent=2;
topicObj.tag='MRJ History Program details';
topicObj.crumbs=allTopicsTitle+'&gt;MRJ History&gt;MRJ History Intro&gt;MRJ History Program details';
topicObj.topicId='MJ.AB.AA.AA.AB';
topicObj.url='/about/history/MRJ_history_intro/MRJ_history_detail.shtml';
topicObj.menustate=0;
allTopicsElements[idx++]=topicObj;
