var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'One stop shop',
        bIsWebPath:true,
        sUrl:'onestopshop.html'
    }]
},
{   sTitle:'About me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Bookings',
        bIsWebPath:true,
        sUrl:'bookings.html'
    },
    {   sTitle:'Courses and Training',
        bIsWebPath:true,
        sUrl:'coursestraining.html',"childArray" : [
        {   sTitle:'booking form',
            bIsWebPath:true,
            sUrl:'bookingform.html'
        }]
    }]
},
{   sTitle:'Positive Energy Being',
    bIsWebPath:true,
    sUrl:'peb.html'
},
{   sTitle:'EFT',
    bIsWebPath:true,
    sUrl:'eft.html',"childArray" : [
    {   sTitle:'FAQ\'s',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'EFT session',
        bIsWebPath:true,
        sUrl:'eftsession.html'
    }]
},
{   sTitle:'Other tools in the kit',
    bIsWebPath:true,
    sUrl:'othertools.html',"childArray" : [
    {   sTitle:'NLP',
        bIsWebPath:true,
        sUrl:'nlp.html'
    },
    {   sTitle:'MBTI',
        bIsWebPath:true,
        sUrl:'mbti.html'
    }]
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html',"childArray" : [
    {   sTitle:'Personal feedback',
        bIsWebPath:true,
        sUrl:'pfeedback.html'
    },
    {   sTitle:'Youth feedback',
        bIsWebPath:true,
        sUrl:'youth.html'
    },
    {   sTitle:'Business feedback',
        bIsWebPath:true,
        sUrl:'business.html'
    }]
},
{   sTitle:'Book a session',
    bIsWebPath:true,
    sUrl:'session.html',"childArray" : [
    {   sTitle:'One-to-one',
        bIsWebPath:true,
        sUrl:'onetoone.html'
    },
    {   sTitle:'Telephone or Skype',
        bIsWebPath:true,
        sUrl:'telskype.html',"childArray" : [
        {   sTitle:'skype',
            bIsWebPath:true,
            sUrl:'skype.html'
        }]
    },
    {   sTitle:'e-being',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'session.html#Young'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Products',
        bIsWebPath:true,
        sUrl:'products.html'
    },
    {   sTitle:'Research',
        bIsWebPath:true,
        sUrl:'research.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'articles.html'
    },
    {   sTitle:'Reading and links',
        bIsWebPath:true,
        sUrl:'reading.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'terms.html'
}]
});
