var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://www.lightworkersway.com/index.html'
},
{   'sTitle':'About Us',
    'sUrl':'http://www.lightworkersway.com/aboutus.html'
},
{   'sTitle':'Professional Services',
    'sUrl':'http://www.lightworkersway.com/profservices.html'
},
{   'sTitle':'Education Services',
    'sUrl':'http://www.lightworkersway.com/educationserv.html',"childArray" : [
    {   'sTitle':'Reiki',
        'sUrl':'http://www.lightworkersway.com/reiki.html'
    }]
},
{   'sTitle':'Festival',
    'sUrl':'http://www.lightworkersway.com/festival.html'
},
{   'sTitle':'Friends',
    'sUrl':'http://www.lightworkersway.com/friends.html'
},
{   'sTitle':'Shopping',
    'sUrl':'http://www.lightworkersway.com/shopping.html'
}]
});
