var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Program',
    bIsWebPath:true,
    sUrl:'program.html'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Community',
    bIsWebPath:true,
    sUrl:'page15.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
