var customNavTree14 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Success Stories',
        bIsWebPath:true,
        sUrl:'success.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'Global Partners',
        bIsWebPath:true,
        sUrl:'globalpartners.html'
    }]
},
{   sTitle:'Consulting',
    bIsWebPath:true,
    sUrl:'consulting.html',"childArray" : [
    {   sTitle:'Consultants',
        bIsWebPath:true,
        sUrl:'consultants.html'
    }]
},
{   sTitle:'Certification',
    bIsWebPath:true,
    sUrl:'certification.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Learning Paths Book',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Whitepapers',
        bIsWebPath:true,
        sUrl:'whitepapers.html'
    }]
},
{   sTitle:'Contact',
    sUrl:'mailto:steve@learningpathsinternational.com',
    sTarget:'_self'
}]
});
