var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About ..',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'My approach',
        bIsWebPath:true,
        sUrl:'page19.html'
    },
    {   sTitle:'Consultancy',
        bIsWebPath:true,
        sUrl:'page17.html',"childArray" : [
        {   sTitle:'Mentoring',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'page17.html#Mentoring'
        }]
    },
    {   sTitle:'Publications',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
},
{   sTitle:'Therapies',
    bIsWebPath:true,
    sUrl:'page13.html',"childArray" : [
    {   sTitle:'Humanistic',
        bIsWebPath:true,
        sUrl:'page20.html',"childArray" : [
        {   sTitle:'Humanistic',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'page20.html#Humanistic'
        }]
    },
    {   sTitle:'Acupuncture',
        bIsWebPath:true,
        sUrl:'page21.html',"childArray" : [
        {   sTitle:'Acupuncture',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'page21.html#Acupuncture'
        }]
    }]
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'page18.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Clinic',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Outside links',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'Questions',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Updates',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
