var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Websites',
        bIsWebPath:true,
        sUrl:'websites.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',"childArray" : [
    {   sTitle:'Fox-Payne-Testimonial',
        bIsWebPath:true,
        sUrl:'Foxpayne.html'
    },
    {   sTitle:'Ian-Swindley-Testimonial',
        bIsWebPath:true,
        sUrl:'Ianswindley.html'
    }]
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
