var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Coaching Packages',
    bIsWebPath:true,
    sUrl:'face-to-face.html',"childArray" : [
    {   sTitle:'Online coaching packages',
        bIsWebPath:true,
        sUrl:'online-coaching.html',"childArray" : [
        {   sTitle:'Parenting Surgeries',
            bIsWebPath:true,
            sUrl:'page13.html'
        }]
    }]
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Online store',
    bIsWebPath:true,
    sUrl:'online-store.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'About Bebe Jacobs',
    bIsWebPath:true,
    sUrl:'about-bebe-jacobs.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});