var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'RM-Jones Genealogy',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Genealogy',
    bIsWebPath:true,
    sUrl:'genealogy.html',"childArray" : [
    {   sTitle:'Cemeteries',
        bIsWebPath:true,
        sUrl:'cemeteries.html'
    }]
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});