var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Healing Services',
    bIsWebPath:true,
    sUrl:'',"childArray" : [
    {   sTitle:'Intuitive Guidance/Tarot',
        bIsWebPath:true,
        sUrl:'intuit_guidance.html'
    },
    {   sTitle:'Past Life Regressions',
        bIsWebPath:true,
        sUrl:'past_life_reg.html'
    },
    {   sTitle:'Dolphin Energy Healing',
        bIsWebPath:true,
        sUrl:'healing_energy.html'
    },
    {   sTitle:'Soul Regressions/Progressions',
        bIsWebPath:true,
        sUrl:'soul_reg.html'
    }]
},
{   sTitle:'Ministry Services',
    bIsWebPath:true,
    sUrl:'ministry_services.html'
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'',"childArray" : [
    {   sTitle:'Group past life regression in Vancouver',
        bIsWebPath:true,
        sUrl:'group_past_vanc.html'
    },
    {   sTitle:'Reiki',
        bIsWebPath:true,
        sUrl:'reiki.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Light Minded Links',
    bIsWebPath:true,
    sUrl:'heart_of_atlantis.html'
},
{   sTitle:'About Ameera Beth',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
