var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sDescription:'Psychline',
    sTitle:'Psychline®',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sDescription:'Psycho-oncology',
    sTitle:'Psycho-oncology',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sDescription:'Psychline®  Professionals Corner',
    sTitle:'Professionals\' Corner',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Choosing Your Psychologist',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'The Importance of Board Certification',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
}]
});
