var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Therapies',
    bIsWebPath:true,
    sUrl:'therapy.html'
},
{   sTitle:'Pilates',
    bIsWebPath:true,
    sUrl:'pilates.html'
},
{   sTitle:'Nordic Walking',
    bIsWebPath:true,
    sUrl:'nordic.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
