var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gig List',
    bIsWebPath:true,
    sUrl:'giglist.html'
},
{   sTitle:'The Band',
    bIsWebPath:true,
    sUrl:'the_band.html'
},
{   sTitle:'Songs',
    bIsWebPath:true,
    sUrl:'songs.html'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});