var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Who we are',
        bIsWebPath:true,
        sUrl:'whoweare.html'
    },
    {   sTitle:'What we do',
        bIsWebPath:true,
        sUrl:'what we do.html'
    },
    {   sTitle:'Vission',
        bIsWebPath:true,
        sUrl:'vision.html'
    },
    {   sTitle:'Partner',
        bIsWebPath:true,
        sUrl:'partner.html'
    },
    {   sTitle:'credentials',
        bIsWebPath:true,
        sUrl:'credentialsandexperience.html'
    },
    {   sTitle:'Mission statement',
        bIsWebPath:true,
        sUrl:'missionstatement.html'
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html',"childArray" : [
        {   sTitle:'Marriage Policy',
            bIsWebPath:true,
            sUrl:'marriagepolicy.html'
        },
        {   sTitle:'Education policy',
            bIsWebPath:true,
            sUrl:'educationpoilcy.html',"childArray" : [
            {   sTitle:'education2',
                bIsWebPath:true,
                sUrl:'edumore.html'
            }]
        }]
    }]
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html',"childArray" : [
    {   sTitle:'Men Ministry',
        bIsWebPath:true,
        sUrl:'men.html'
    },
    {   sTitle:'Women Ministry',
        bIsWebPath:true,
        sUrl:'women.html'
    },
    {   sTitle:'Couples Ministry',
        bIsWebPath:true,
        sUrl:'couples.html'
    },
    {   sTitle:'Youth Ministry',
        bIsWebPath:true,
        sUrl:'youth.html'
    },
    {   sTitle:'Children Ministry',
        bIsWebPath:true,
        sUrl:'children.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Singles Ministry',
        bIsWebPath:true,
        sUrl:'singles.html'
    },
    {   sTitle:'Prisons Ministry',
        bIsWebPath:true,
        sUrl:'prison.html'
    },
    {   sTitle:'TOT',
        bIsWebPath:true,
        sUrl:'tot.html'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'7 pillars of marriage',
        bIsWebPath:true,
        sUrl:'book 1.html'
    },
    {   sTitle:'Teachings',
        bIsWebPath:true,
        sUrl:'teachings.html'
    },
    {   sTitle:'Testimonies',
        bIsWebPath:true,
        sUrl:'testimonies.html'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',"childArray" : [
        {   sTitle:'Regional Clinics',
            bIsWebPath:true,
            sUrl:'clicnics.html',"childArray" : [
            {   sTitle:'This month',
                bIsWebPath:true,
                sUrl:'thismonth.html'
            }]
        }]
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'CDs & DVDs',
        bIsWebPath:true,
        sUrl:'cdanddvd.html'
    },
    {   sTitle:'TV programes',
        bIsWebPath:true,
        sUrl:'tv programes.html'
    }]
},
{   sTitle:'Discussion Forum',
    bIsWebPath:true,
    sUrl:'discussionforum.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact us.html',"childArray" : [
    {   sTitle:'FAQ\'s  ',
        bIsWebPath:true,
        sUrl:'faqs.html'
    }]
}]
});