var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Band',
    bIsWebPath:true,
    sUrl:'theband.html'
},
{   sTitle:'Band Bios',
    bIsWebPath:true,
    sUrl:'bios.html',"childArray" : [
    {   sTitle:'Brian\'s Bio',
        bIsWebPath:true,
        sUrl:'brian.html'
    },
    {   sTitle:'Bill\'s Bio',
        bIsWebPath:true,
        sUrl:'bill.html'
    },
    {   sTitle:'Denny\'s Info',
        bIsWebPath:true,
        sUrl:'denny.html'
    },
    {   sTitle:'Troy\'s Info',
        bIsWebPath:true,
        sUrl:'troy.html'
    }]
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pics.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Song List',
    bIsWebPath:true,
    sUrl:'songs.html'
}]
});
