var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Phillip Kubukeli',
        bIsWebPath:true,
        sUrl:'phillip.html'
    },
    {   sTitle:'Jan van der Westhuizen',
        bIsWebPath:true,
        sUrl:'jan.html'
    },
    {   sTitle:'Training traditional healer',
        bIsWebPath:true,
        sUrl:'training.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Calender',
    bIsWebPath:true,
    sUrl:'calender.html',"childArray" : [
    {   sTitle:'March',
        bIsWebPath:true,
        sUrl:'page28.html'
    },
    {   sTitle:'April',
        bIsWebPath:true,
        sUrl:'page29.html'
    },
    {   sTitle:'May',
        bIsWebPath:true,
        sUrl:'page30.html'
    },
    {   sTitle:'June',
        bIsWebPath:true,
        sUrl:'page31.html'
    },
    {   sTitle:'July',
        bIsWebPath:true,
        sUrl:'page32.html'
    }]
},
{   sTitle:'Consultations',
    bIsWebPath:true,
    sUrl:'consultations.html',"childArray" : [
    {   sTitle:'Testemonial',
        bIsWebPath:true,
        sUrl:'testemonial.html'
    }]
},
{   sTitle:'Knowledge',
    bIsWebPath:true,
    sUrl:'knowledge.html',"childArray" : [
    {   sTitle:'Misconceptions',
        bIsWebPath:true,
        sUrl:'misconceptions.html'
    },
    {   sTitle:'Medicinal Plants',
        bIsWebPath:true,
        sUrl:'medplants.html',"childArray" : [
        {   sTitle:'Yarrow',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Achillea'
        },
        {   sTitle:'Forest aloe',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Aloe'
        },
        {   sTitle:'Wilde als',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Artemisia'
        },
        {   sTitle:'Bulbine',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Bulbine'
        },
        {   sTitle:'Rooiwortel',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Bulbine_latifolia'
        },
        {   sTitle:'Suurvy',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Carpobrotus'
        },
        {   sTitle:'Sandolien',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Dodonaea'
        },
        {   sTitle:'Geranium incanum',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Geranium_incanum'
        },
        {   sTitle:'Rivierpampoen',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Gunnera'
        },
        {   sTitle:'Mpephu',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Helichrysum'
        },
        {   sTitle:'Red hot poker',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Kniphofia'
        },
        {   sTitle:'Lion\'s ears',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Leonotis'
        },
        {   sTitle:'gaansies',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Lessertia'
        },
        {   sTitle:'Kruidjie roer my nie',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Melianthus'
        },
        {   sTitle:'Balderjan',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Mentha'
        },
        {   sTitle:'Pelargonium sidoides',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Pelargonium_sidoides'
        },
        {   sTitle:'Ruta graveolens',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Ruta'
        },
        {   sTitle:'Slangbos',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Stoebe'
        },
        {   sTitle:'Brandnetel',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Urtica'
        },
        {   sTitle:'Ubuvumba',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'medplants.html#Withania'
        }]
    },
    {   sTitle:'Major developmental stages',
        bIsWebPath:true,
        sUrl:'majorstages.html'
    },
    {   sTitle:'In the middle',
        bIsWebPath:true,
        sUrl:'middle.html'
    },
    {   sDescription:'The 17 valency stages of the periodic table of chemicals',
        sTitle:'The 17 stages',
        bIsWebPath:true,
        sUrl:'stages.html'
    },
    {   sDescription:'Spirit entities that can be experienced in relation to human disease. ',
        sTitle:'Entities',
        bIsWebPath:true,
        sUrl:'entities.html'
    },
    {   sTitle:'Disease conditions',
        bIsWebPath:true,
        sUrl:'diseasecond.html'
    },
    {   sTitle:'Technology',
        bIsWebPath:true,
        sUrl:'technology.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
