var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Concerts',
    'bIsWebPath':true,
    'sUrl':'concerts.html'
},
{   'sTitle':'Book us',
    'bIsWebPath':true,
    'sUrl':'book.html'
},
{   'sTitle':'Join us',
    'bIsWebPath':true,
    'sUrl':'join.html'
},
{   'sTitle':'Music Team',
    'bIsWebPath':true,
    'sUrl':'musicteam.html'
},
{   'sTitle':'Support',
    'bIsWebPath':true,
    'sUrl':'support.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Sales',
    'bIsWebPath':true,
    'sUrl':'sales.html'
}]
});
