var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Meet Dr. Karnilow',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Importance of Board Certification',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'View Our Services',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Psychline®',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Psycho-oncology',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Professional Corner',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'Common Issues',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});
