var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Specialties',
    bIsWebPath:true,
    sUrl:'specialties.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Physical Therapy & Rehab Services',
    sUrl:'',"childArray" : [
    {   sTitle:'Protocols',
        bIsWebPath:true,
        sUrl:'protocols.html'
    }]
},
{   sTitle:'Bone Density Services',
    sUrl:''
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
}]
});