var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'news & press',
    'bIsWebPath':true,
    'sUrl':'news-press.html'
},
{   'sTitle':'shows',
    'bIsWebPath':true,
    'sUrl':'shows.html'
},
{   'sTitle':'music',
    'bIsWebPath':true,
    'sUrl':'music.html'
},
{   'sTitle':'de\'borah',
    'bIsWebPath':true,
    'sUrl':'de-borah.html'
},
{   'sTitle':'contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
