var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Dr. Lovette',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Testing',
    bIsWebPath:true,
    sUrl:'testing.html',"childArray" : [
    {   sTitle:'ADHD',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'testing.html#ADHD'
    },
    {   sTitle:'Learning Disability Evaluation',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'testing.html#Learning'
    }]
},
{   sTitle:'Treatment',
    bIsWebPath:true,
    sUrl:'treatment.html',"childArray" : [
    {   sTitle:'Panic',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'treatment.html#Panic'
    },
    {   sTitle:'Social Anxiety Disorder',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'treatment.html#Social'
    },
    {   sTitle:'Depression',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'treatment.html#Depression'
    },
    {   sTitle:'Specific Phobias',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'treatment.html#Specific'
    },
    {   sTitle:'Pain',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'treatment.html#Pain'
    },
    {   sTitle:'ADD',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'treatment.html#ADD'
    },
    {   sTitle:'Agoraphobia',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'treatment.html#Agoraphobia'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'fees2.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
