var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What we do',
    bIsWebPath:true,
    sUrl:'whatwedo.html'
},
{   sTitle:'Tutors',
    bIsWebPath:true,
    sUrl:'tutors.html'
},
{   sTitle:'Available Times',
    bIsWebPath:true,
    sUrl:'times.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'How to find us',
    bIsWebPath:true,
    sUrl:'findus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
