var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nutritional Therapy',
    bIsWebPath:true,
    sUrl:'nutritionaltherapy.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Local Produce',
        bIsWebPath:true,
        sUrl:'localproduce.html',
        sTarget:'_self'
    },
    {   sTitle:'In The Press',
        bIsWebPath:true,
        sUrl:'inthepress.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Who Can It Help?',
    bIsWebPath:true,
    sUrl:'whocanithelp.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Consultations',
    bIsWebPath:true,
    sUrl:'consultations.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
