var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Reiki Is',
    bIsWebPath:true,
    sUrl:'reikiis.html'
},
{   sTitle:'Reiki Offerings',
    bIsWebPath:true,
    sUrl:'reikiofferings.html',"childArray" : [
    {   sTitle:'Education and Classes',
        bIsWebPath:true,
        sUrl:'education.html'
    },
    {   sTitle:'Reiki Healing Treatment',
        bIsWebPath:true,
        sUrl:'treatment.html'
    }]
},
{   sTitle:'Ancient Mysteries',
    bIsWebPath:true,
    sUrl:'ancientmysteries.html'
},
{   sTitle:'Latest Ponderings',
    bIsWebPath:true,
    sUrl:'latestponderings.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contactme.html'
},
{   sTitle:'Links and Resources',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
