var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Schedule',
    'bIsWebPath':true,
    'sUrl':'schedule.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo-gallery.html',"childArray" : [
    {   'sTitle':'1982-2010',
        'bIsWebPath':true,
        'sUrl':'rab1982thru2010.html'
    },
    {   'sTitle':'Event Photos',
        'bIsWebPath':true,
        'sUrl':'event-photos.html'
    },
    {   'sTitle':'Fan Photos',
        'bIsWebPath':true,
        'sUrl':'fan-photos.html'
    }]
},
{   'sTitle':'Music',
    'bIsWebPath':true,
    'sUrl':'music.html'
},
{   'sTitle':'Reviews',
    'bIsWebPath':true,
    'sUrl':'reviews.html'
},
{   'sTitle':'Band Bios',
    'bIsWebPath':true,
    'sUrl':'band-bios.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
