var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Christine Whiting',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Darren Stiff',
        bIsWebPath:true,
        sUrl:'darrenstiff.html'
    },
    {   sTitle:'Stephanie Watkins',
        bIsWebPath:true,
        sUrl:'stephaniewatkins.html'
    }]
},
{   sTitle:'Got any questions?',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'What you think about us',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'FREE RESOURCES',
    bIsWebPath:true,
    sUrl:'freeresources.html'
}]
});
