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