var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Sports Massage Therapy',
        bIsWebPath:true,
        sUrl:'sportsmassagetherapy.html'
    },
    {   sTitle:'Personal Training',
        bIsWebPath:true,
        sUrl:'personaltraining.html'
    },
    {   sTitle:'Charges',
        bIsWebPath:true,
        sUrl:'charges.html'
    },
    {   sTitle:'Terms & Conditions',
        bIsWebPath:true,
        sUrl:'termsandconditions.html'
    },
    {   sTitle:'Free Online Advice',
        bIsWebPath:true,
        sUrl:'freeonlineadvice.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Doug Plunkett',
        bIsWebPath:true,
        sUrl:'dougplunkett.html'
    },
    {   sTitle:'Daryl Logan',
        bIsWebPath:true,
        sUrl:'daryllogan.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});