var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Workshops/testimonials',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Workshops',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Autism Awareness',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Team Consolidation',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Person Centred Support',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Consultancy',
    bIsWebPath:true,
    sUrl:'page15.html'
},
{   sTitle:'Remote Management',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page16.html'
},
{   sTitle:'Interesting Stuff',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});