var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'BIOGRAPHY',
    'bIsWebPath':true,
    'sUrl':'biography.html'
},
{   'sTitle':'REVIEWS',
    'bIsWebPath':true,
    'sUrl':'reviews.html'
},
{   'sTitle':'RECORDINGS',
    'bIsWebPath':true,
    'sUrl':'recordings.html'
},
{   'sTitle':'LISTEN',
    'bIsWebPath':true,
    'sUrl':'audiosamples.html'
},
{   'sTitle':'WATCH',
    'bIsWebPath':true,
    'sUrl':'watch.html'
},
{   'sTitle':'TEMPLE CHURCH',
    'bIsWebPath':true,
    'sUrl':'templechurch.html',"childArray" : [
    {   'sTitle':'TEMPLE CHURCH CHOIR',
        'bIsWebPath':true,
        'sUrl':'templechurchchoir.html'
    }]
},
{   'sTitle':'CONTACT & LINKS',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
