var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Store',
    'bIsWebPath':true,
    'sUrl':'store.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'St Andrews Hospice',
        'bIsWebPath':true,
        'sUrl':'standrews.html',"childArray" : [
        {   'sTitle':'Artists On St Andrews CD',
            'bIsWebPath':true,
            'sUrl':'artistsstandrews.html'
        }]
    }]
},
{   'sTitle':'Artists',
    'bIsWebPath':true,
    'sUrl':'artist.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Contact/Radio',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
}]
});
