var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Genealogy',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Edouard Voisard - Capitaine au Long Cours',
        bIsWebPath:true,
        sUrl:'voisard.html'
    },
    {   sTitle:'My Father - Jack Parsons',
        bIsWebPath:true,
        sUrl:'myfather.html',"childArray" : [
        {   sTitle:'Tangmere',
            bIsWebPath:true,
            sUrl:'tangmere.html'
        }]
    },
    {   sTitle:'Henry Schooling - Tragedy in Hyde Park',
        bIsWebPath:true,
        sUrl:'schooling.html'
    },
    {   sTitle:'Edward Parsons - the family scandal',
        bIsWebPath:true,
        sUrl:'scandal.html'
    },
    {   sTitle:'Looking for Arthur Stockbridge',
        bIsWebPath:true,
        sUrl:'stockbridge.html'
    },
    {   sTitle:'Surnames - most wanted',
        bIsWebPath:true,
        sUrl:'surnames.html'
    }]
},
{   sTitle:'Music & Stuff',
    bIsWebPath:true,
    sUrl:'music.html',"childArray" : [
    {   sTitle:'Guitars',
        bIsWebPath:true,
        sUrl:'guitars.html'
    },
    {   sTitle:'About me -  Peter Parsons',
        bIsWebPath:true,
        sUrl:'aboutme.html'
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'mostlyautumn.html'
    }]
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'photography.html',"childArray" : [
    {   sTitle:'Panoramas',
        bIsWebPath:true,
        sUrl:'panoramas.html'
    },
    {   sTitle:'Flickr',
        bIsExternal:true,
        sUrl:'http://www.flickr.com/peterparsons'
    }]
}]
});
