var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'dental_services.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'_self'
},
{   sTitle:'New Patients',
    bIsWebPath:true,
    sUrl:'new_patient_info.html',
    sTarget:'_self'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html',
    sTarget:'_self'
}]
});
