var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',"childArray" : [
    {   sTitle:'Our Lady Of Loretto',
        bIsWebPath:true,
        sUrl:'our lady of loretto.html'
    },
    {   sTitle:'St Joan',
        bIsWebPath:true,
        sUrl:'st joan.html'
    },
    {   sTitle:'St Ad',
        bIsWebPath:true,
        sUrl:'st ad.html'
    }]
}]
});
