var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Projects/Charities ',
    bIsWebPath:true,
    sUrl:'page26.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'james.html'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html',"childArray" : [
    {   sTitle:'Songs',
        bIsWebPath:true,
        sUrl:'lyrics.html',"childArray" : [
        {   sTitle:'Packing for Telluride ',
            bIsWebPath:true,
            sUrl:'packing.html'
        },
        {   sTitle:'Feeling Like I Need to Fly',
            bIsWebPath:true,
            sUrl:'fly.html'
        },
        {   sTitle:'Panic Attack',
            bIsWebPath:true,
            sUrl:'panic.html'
        },
        {   sTitle:'The Road to Eldorado',
            bIsWebPath:true,
            sUrl:'eldorado.html'
        },
        {   sTitle:'No Just War',
            bIsWebPath:true,
            sUrl:'war.html'
        },
        {   sTitle:'Without Sactuary',
            bIsWebPath:true,
            sUrl:'sanctuary.html'
        },
        {   sTitle:'Ramblas Blues ',
            bIsWebPath:true,
            sUrl:'ramblas.html'
        },
        {   sTitle:'New Orleans',
            bIsWebPath:true,
            sUrl:'no.html'
        },
        {   sTitle:'Go with the Flow',
            bIsWebPath:true,
            sUrl:'flow.html'
        },
        {   sTitle:'You are my Distant Light',
            bIsWebPath:true,
            sUrl:'light.html'
        }]
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
