var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Brochure',
    bIsWebPath:true,
    sUrl:'brochure.html'
},
{   sTitle:'Get A Quote',
    bIsWebPath:true,
    sUrl:'getaquote.html'
},
{   sTitle:'Latest News',
    bIsWebPath:true,
    sUrl:'latestnews.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
}]
});