var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Committee',
    'bIsWebPath':true,
    'sUrl':'committee.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Old Comrades',
        'bIsWebPath':true,
        'sUrl':'comrades.html'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Minutes',
    'bIsWebPath':true,
    'sUrl':'minutes.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Memorial',
        'bIsWebPath':true,
        'sUrl':'memorial.html'
    }]
},
{   'sTitle':'Photographs',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'Guestbook',
    'bIsWebPath':true,
    'sUrl':'guestbook.html'
},
{   'sTitle':'Forum',
    'bIsWebPath':true,
    'sUrl':'forum.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
