var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Kosher Supervision at the Jersey Shore',
    'sTitle':'Supervision',
    'bIsWebPath':true,
    'sUrl':'supervision.html'
},
{   'sDescription':'Board of Directors for the JSOR',
    'sTitle':'JSOR Board',
    'bIsWebPath':true,
    'sUrl':'board.html'
},
{   'sDescription':'Member Synagogues of the JSOR',
    'sTitle':'Synagogues',
    'bIsWebPath':true,
    'sUrl':'synagogues.html',"childArray" : [
    {   'sTitle':'Eruvim',
        'bIsWebPath':true,
        'sUrl':'eruvim.html'
    }]
},
{   'sDescription':'Information on keeping kosher.',
    'sTitle':'Kashrut Info',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sDescription':'Hotels and Accomodations at the Jersey Shore that are within walking distance to a synagogue',
    'sTitle':'Accomodations',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sDescription':'Questions for the staff of the Jersey Shore Orthodox Rabbinate',
    'sTitle':'Ask the Rabbi',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page2.html'
}]
});
