var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Performance',
    'bIsWebPath':true,
    'sUrl':'performance.html',"childArray" : [
    {   'sTitle':'Opera Unlimited',
        'bIsWebPath':true,
        'sUrl':'operaunlimited.html'
    },
    {   'sTitle':'The Conference of Birds',
        'bIsWebPath':true,
        'sUrl':'theconferenceofbirds.html'
    },
    {   'sTitle':'Flute & Harp',
        'bIsWebPath':true,
        'sUrl':'fluteandharp.html'
    },
    {   'sTitle':'Choro',
        'bIsWebPath':true,
        'sUrl':'choro.html'
    },
    {   'sTitle':'Flute and Piano',
        'bIsWebPath':true,
        'sUrl':'fluteandpiano.html'
    }]
},
{   'sTitle':'FairBeats!',
    'bIsWebPath':true,
    'sUrl':'fairbeats.html'
},
{   'sTitle':'Biography',
    'bIsWebPath':true,
    'sUrl':'biography.html'
},
{   'sTitle':'Gallery & Listen',
    'bIsWebPath':true,
    'sUrl':'galleryandlisten.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
