var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'About Us',
        'bIsWebPath':true,
        'sUrl':'about_us.html'
    },
    {   'sTitle':'Meet the staff',
        'bIsWebPath':true,
        'sUrl':'Meet_the_staff.html'
    },
    {   'sTitle':'Site Map',
        'bIsWebPath':true,
        'sUrl':'site_map.html'
    }]
},
{   'sTitle':'Pets',
    'bIsWebPath':true,
    'sUrl':'pet_section.html',"childArray" : [
    {   'sTitle':'Our facilities',
        'bIsWebPath':true,
        'sUrl':'our_facilities.html'
    },
    {   'sTitle':'Health Plan',
        'bIsWebPath':true,
        'sUrl':'health_plan.html'
    },
    {   'sTitle':'Useful articles',
        'bIsWebPath':true,
        'sUrl':'useful_articles.html'
    }]
},
{   'sTitle':'Farm',
    'bIsWebPath':true,
    'sUrl':'Farm section.html',"childArray" : [
    {   'sTitle':'Farm consultancy',
        'bIsWebPath':true,
        'sUrl':'Farm_consultancy.html'
    }]
},
{   'sDescription':'Click here to read the latest news from Orchard Vets',
    'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://orchardvetgroup.com/',
    'sTarget':'_blank'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact_us.html',"childArray" : [
    {   'sTitle':'Opening Hours',
        'bIsWebPath':true,
        'sUrl':'Opening_Hours.html'
    },
    {   'sTitle':'Find us',
        'bIsWebPath':true,
        'sUrl':'find_us.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
}]
});
