var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Online Shop',
    'bIsWebPath':true,
    'sUrl':'order.html',"childArray" : [
    {   'sDescription':'Buy Future Forks direct from the UK\'s sole distributor.',
        'sTitle':'Shop for Future Forks >',
        'bIsWebPath':true,
        'sUrl':'shopfutureforks.html',"childArray" : [
        {   'sTitle':'Future Fork Info',
            'bIsWebPath':true,
            'sUrl':'futureforkinfo.html'
        }]
    },
    {   'sTitle':'Shop for  New Stable Fork',
        'bIsWebPath':true,
        'sUrl':'newfork.html'
    },
    {   'sTitle':'Shop for Barrows   -->',
        'bIsWebPath':true,
        'sUrl':'shopbarrows.html',"childArray" : [
        {   'sTitle':'Wheelbarrow Info',
            'bIsWebPath':true,
            'sUrl':'wheelbarrowinfo.html'
        }]
    },
    {   'sTitle':'Shop for Forks Shovels Rakes',
        'bIsWebPath':true,
        'sUrl':'shopforksrakes.html'
    },
    {   'sTitle':'Shop for Future Brooms',
        'bIsWebPath':true,
        'sUrl':'shopbrooms.html'
    }]
},
{   'sTitle':'Trade Offers',
    'bIsWebPath':true,
    'sUrl':'bulk.html'
},
{   'sDescription':'Save £1 per item compared to on-line shop prices by paying my cheque, use our postal foprm to help with you order.',
    'sTitle':'Mail Order',
    'bIsWebPath':true,
    'sUrl':'mail-order.html'
},
{   'sDescription':'Information, policies and contact details.',
    'sTitle':'Info & policies',
    'bIsWebPath':true,
    'sUrl':'policies.html'
}]
});
