var customnavtree11 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Global Partners',
        bIsWebPath:true,
        sUrl:'globalpartners.html'
    },
    {   sTitle:'Consultants',
        bIsWebPath:true,
        sUrl:'consultants.html'
    },
    {   sTitle:'Success Stories',
        bIsWebPath:true,
        sUrl:'success.html'
    }]
},
{   sTitle:'Consulting',
    bIsWebPath:true,
    sUrl:'consulting.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Certification',
        bIsWebPath:true,
        sUrl:'certification.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Leveraging Learning',
        bIsWebPath:true,
        sUrl:'leveraginglearning.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Registration',
            bIsWebPath:true,
            sUrl:'registration.html',
            sTarget:'_self'
        },
        {   sTitle:'Payment',
            bIsWebPath:true,
            sUrl:'payment.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Leadership Learning Path',
        bIsWebPath:true,
        sUrl:'leadership.html',
        sTarget:'_self'
    },
    {   sTitle:'Sales Learning Path',
        bIsWebPath:true,
        sUrl:'sales.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Learning Paths Book',
        bIsWebPath:true,
        sUrl:'learningpathsbook.html'
    },
    {   sTitle:'Whitepapers',
        bIsWebPath:true,
        sUrl:'whitepapers.html'
    },
    {   sTitle:'Webinars',
        bIsWebPath:true,
        sUrl:'webinars.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'articles.html',"childArray" : [
        {   sTitle:'Video',
            bIsWebPath:true,
            sUrl:'video.html',
            sTarget:'_self'
        },
        {   sTitle:'Mergers',
            bIsWebPath:true,
            sUrl:'mergers.html'
        }]
    }]
},
{   sTitle:'Contact',
    sUrl:'mailto:learningpaths@gmail.com',
    sTarget:'_self'
}]
});