var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Patient Referral',
    bIsWebPath:true,
    sUrl:'patientreferral.html'
},
{   sTitle:'Our Clinic',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Our Doctors',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'D1 Elite',
    bIsWebPath:true,
    sUrl:'index1.html'
},
{   sTitle:'Patients',
    bIsWebPath:true,
    sUrl:'page21.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Additional Resources',
    bIsWebPath:true,
    sUrl:'page60.html',"childArray" : [
    {   sTitle:'What Hurts?',
        bIsWebPath:true,
        sUrl:'page31.html'
    }]
}]
});
