var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'clients',
    'bIsWebPath':true,
    'sUrl':'clients.html',"childArray" : [
    {   'sTitle':'Derren Brown',
        'bIsWebPath':true,
        'sUrl':'derren.html',"childArray" : [
        {   'sTitle':'New York Times',
            'bIsWebPath':true,
            'sUrl':'dbrown_readmore.html'
        }]
    },
    {   'sTitle':'Worbey & Farrell',
        'bIsWebPath':true,
        'sUrl':'worbeyfarrell.html'
    },
    {   'sTitle':'The Casablanca Steps',
        'bIsWebPath':true,
        'sUrl':'casablanca.html'
    },
    {   'sTitle':'Barry & Stuart',
        'bIsWebPath':true,
        'sUrl':'barrystu.html'
    },
    {   'sTitle':'Adrian Walsh',
        'bIsWebPath':true,
        'sUrl':'adrianw.html'
    },
    {   'sTitle':'Bernie Clifton',
        'bIsWebPath':true,
        'sUrl':'berniec.html'
    },
    {   'sTitle':'Ali Cook',
        'bIsWebPath':true,
        'sUrl':'alicook.html'
    },
    {   'sTitle':'Pete Firman',
        'bIsWebPath':true,
        'sUrl':'pfirman.html'
    },
    {   'sTitle':'Alan Wightman',
        'bIsWebPath':true,
        'sUrl':'awightman.html'
    },
    {   'sTitle':'Luke Jermay',
        'bIsWebPath':true,
        'sUrl':'lukej.html'
    },
    {   'sDescription':'Christopher Caress\r\n\r\nInternational comedy hypnotist – the world’s leading exponent.',
        'sTitle':'Christopher Caress',
        'bIsWebPath':true,
        'sUrl':'ccaress.html'
    },
    {   'sDescription':'Sally Franklin - The Godfather Theme',
        'sTitle':'Sally Franklyn',
        'bIsWebPath':true,
        'sUrl':'sfranklyn.html'
    }]
},
{   'sTitle':'contact us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html'
},
{   'sTitle':'terms',
    'bIsWebPath':true,
    'sUrl':'terms.html'
}]
});
