var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://www.thamesway.net/index.html'
},
{   'sTitle':'Service',
    'sUrl':'http://www.thamesway.net/aboutwebsites.html'
},
{   'sTitle':'Pricing',
    'sUrl':'http://www.thamesway.net/pricing.html'
},
{   'sTitle':'Testimonials',
    'sUrl':'http://www.thamesway.net/testimonials.html'
},
{   'sTitle':'Contact',
    'sUrl':'http://www.thamesway.net/contact.html'
},
{   'sTitle':'Client Area',
    'sUrl':'http://www.thamesway.net/clientarea.html'
}]
});
