var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Therapies',
    bIsWebPath:true,
    sUrl:'therapies.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Massage',
        bIsWebPath:true,
        sUrl:'massage.html',
        sTarget:'_self'
    },
    {   sTitle:'Acupressure',
        bIsWebPath:true,
        sUrl:'acupressure.html',
        sTarget:'_self'
    },
    {   sTitle:'Dog Treadmill',
        bIsWebPath:true,
        sUrl:'dogtreadmill.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Product Details',
            bIsWebPath:true,
            sUrl:'productdetails.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'About me',
    bIsWebPath:true,
    sUrl:'aboutme.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});