var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Packages',
    'bIsWebPath':true,
    'sUrl':'packages.html'
},
{   'sTitle':'Gig Guide',
    'bIsWebPath':true,
    'sUrl':'gigs.html'
},
{   'sTitle':'Song List',
    'bIsWebPath':true,
    'sUrl':'songlist.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Audio',
    'bIsWebPath':true,
    'sUrl':'audio.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
