var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Behind the lens!',
    'bIsWebPath':true,
    'sUrl':'behindthelens.html'
},
{   'sTitle':'Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html',"childArray" : [
    {   'sTitle':'Equine',
        'bIsWebPath':true,
        'sUrl':'equine.html'
    },
    {   'sTitle':'People',
        'bIsWebPath':true,
        'sUrl':'people.html'
    },
    {   'sTitle':'On The Street',
        'bIsWebPath':true,
        'sUrl':'page21.html'
    },
    {   'sTitle':'Fabulous Feathers',
        'bIsWebPath':true,
        'sUrl':'fabulous feathers.html'
    },
    {   'sTitle':'Fantastic Fur',
        'bIsWebPath':true,
        'sUrl':'fantasticfur.html'
    },
    {   'sTitle':'Commercial',
        'bIsWebPath':true,
        'sUrl':'commercial.html'
    },
    {   'sDescription':'food,photography',
        'sTitle':'Food',
        'bIsWebPath':true,
        'sUrl':'page20.html'
    },
    {   'sTitle':'Flowers',
        'bIsWebPath':true,
        'sUrl':'flowers.html'
    }]
},
{   'sTitle':'Images of the Week',
    'bIsWebPath':true,
    'sUrl':'imageoftheweek.html'
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'clients.html',"childArray" : [
    {   'sTitle':'Sharon and Star',
        'bIsWebPath':true,
        'sUrl':'page17.html'
    },
    {   'sTitle':'Hanborough ball',
        'bIsWebPath':true,
        'sUrl':'hanboroughball.html'
    },
    {   'sTitle':'Neville Family',
        'bIsWebPath':true,
        'sUrl':'page19.html'
    }]
},
{   'sTitle':'Prices',
    'bIsWebPath':true,
    'sUrl':'prices.html',"childArray" : [
    {   'sDescription':'Special Summer Horse & Shine Shoot',
        'sTitle':'Yard Shoot',
        'bIsWebPath':true,
        'sUrl':'yardshoot.html'
    }]
},
{   'sTitle':'Kind Words',
    'bIsWebPath':true,
    'sUrl':'kindwords.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
