var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Show Dates',
    bIsWebPath:true,
    sUrl:'shows.html'
},
{   sTitle:'The Band',
    bIsWebPath:true,
    sUrl:'theband.html',"childArray" : [
    {   sTitle:'2011/2012 Touring Roster',
        bIsWebPath:true,
        sUrl:'themembers.html'
    },
    {   sTitle:'Hall Of Fame',
        bIsWebPath:true,
        sUrl:'fame.html',"childArray" : [
        {   sTitle:'Tommy Thompson',
            bIsWebPath:true,
            sUrl:'tommy.html'
        }]
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Audio',
        bIsWebPath:true,
        sUrl:'audio.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html'
    },
    {   sTitle:'Images',
        bIsWebPath:true,
        sUrl:'pictures.html'
    }]
},
{   sTitle:'Merchandise',
    bIsWebPath:true,
    sUrl:'merch.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking.html'
}]
});
