var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Massage Services',
    sTitle:'Massage Services',
    bIsWebPath:true,
    sUrl:'massage.html',
    sTarget:'_self'
},
{   sTitle:'Reiki Energy Therapy',
    bIsWebPath:true,
    sUrl:'reiki.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Reiki Seminars',
        bIsWebPath:true,
        sUrl:'reikiseminars.html',
        sTarget:'_self'
    },
    {   sTitle:'Reiki FAQs',
        bIsWebPath:true,
        sUrl:'reikifaq.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Laura',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Recommended Products',
    bIsWebPath:true,
    sUrl:'recommendedproducts.html',
    sTarget:'_self'
}]
});