var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'The Band',
        'bIsWebPath':true,
        'sUrl':'band.html'
    },
    {   'sTitle':'Tony',
        'bIsWebPath':true,
        'sUrl':'tony.html'
    },
    {   'sTitle':'Nigel',
        'bIsWebPath':true,
        'sUrl':'nigel.html'
    },
    {   'sTitle':'Phil',
        'bIsWebPath':true,
        'sUrl':'phil.html'
    },
    {   'sTitle':'Andy',
        'bIsWebPath':true,
        'sUrl':'andy.html'
    },
    {   'sTitle':'Max',
        'bIsWebPath':true,
        'sUrl':'max.html'
    }]
},
{   'sTitle':'Photographs',
    'bIsWebPath':true,
    'sUrl':'photographs.html'
},
{   'sTitle':'How We Were',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Band in 1970s',
        'bIsWebPath':true,
        'sUrl':'band_in_1970s.html'
    },
    {   'sTitle':'Dorian Gray',
        'bIsWebPath':true,
        'sUrl':'dorian_gray.html'
    }]
},
{   'sTitle':'Music',
    'bIsWebPath':true,
    'sUrl':'music.html'
},
{   'sTitle':'How You Enjoy Us',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    },
    {   'sTitle':'Guest Book',
        'bIsWebPath':true,
        'sUrl':'guestbook.html'
    }]
},
{   'sTitle':'Bookings',
    'bIsWebPath':true,
    'sUrl':'bookings.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
