var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'AccuCare PT',
    bIsWebPath:true,
    sUrl:'accucare.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    }]
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'faq.html',"childArray" : [
    {   sTitle:'FAQ Continued',
        bIsWebPath:true,
        sUrl:'faq2.html'
    }]
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
}]
});
