var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Jeff Clark',
        'bIsWebPath':true,
        'sUrl':'jeff-clark.html'
    },
    {   'sTitle':'Matt Barwell',
        'bIsWebPath':true,
        'sUrl':'matt-barwell.html'
    },
    {   'sTitle':'Gavin Smith',
        'bIsWebPath':true,
        'sUrl':'gavin-smith.html'
    },
    {   'sTitle':'Peter Hartley',
        'bIsWebPath':true,
        'sUrl':'peter-hartley.html'
    }]
},
{   'sTitle':'TEASER DUO',
    'bIsWebPath':true,
    'sUrl':'teaser-duo.html'
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'PARTNERS',
    'bIsWebPath':true,
    'sUrl':'partners.html',"childArray" : [
    {   'sTitle':'Public House',
        'bIsWebPath':true,
        'sUrl':'public-house.html'
    },
    {   'sTitle':'Function Venues',
        'bIsWebPath':true,
        'sUrl':'function-venues.html'
    }]
},
{   'sTitle':'SET LISTS',
    'bIsWebPath':true,
    'sUrl':'set-lists.html'
},
{   'sTitle':'POSTERS',
    'bIsWebPath':true,
    'sUrl':'posters.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact-us.html'
}]
});
