var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'page10a.html',"childArray" : [
    {   sTitle:'10 things about beliefs',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page17.html'
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'page14workshops.html'
},
{   sTitle:'Booking an Appointment',
    bIsWebPath:true,
    sUrl:'page9.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'page2.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Tell me more about:',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Chris Johnson MSc',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Past Life Therapy',
        bIsWebPath:true,
        sUrl:'page11.html',"childArray" : [
        {   sTitle:'Why do Past Life Regression?',
            bIsWebPath:true,
            sUrl:'page12.html'
        }]
    },
    {   sTitle:'EFT and \'muscle-testing\'',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'Energy Psychology & Energy Medicine',
        bIsWebPath:true,
        sUrl:'page6.html',"childArray" : [
        {   sTitle:'The Science Behind Energy Therapies',
            bIsWebPath:true,
            sUrl:'page10.html'
        }]
    }]
}]
});