var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'The Band',
    'bIsWebPath':true,
    'sUrl':'the band.html',"childArray" : [
    {   'sTitle':'richard',
        'bIsWebPath':true,
        'sUrl':'page7.html'
    },
    {   'sTitle':'dave',
        'bIsWebPath':true,
        'sUrl':'page8.html'
    },
    {   'sTitle':'malcolm',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    }]
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
