var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Extensions',
    bIsWebPath:true,
    sUrl:'extensions.html',
    sTarget:'_self'
},
{   sTitle:'Loft Conversions',
    bIsWebPath:true,
    sUrl:'loftconversions.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Kitchen Fitting',
        bIsWebPath:true,
        sUrl:'kitchens.html',
        sTarget:'_self'
    },
    {   bSeparatorAfter:true,
        sTitle:'fences and gates',
        bIsWebPath:true,
        sUrl:'fencesandgates.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Testimonial',
    bIsWebPath:true,
    sUrl:'testimonial.html',
    sTarget:'_self'
}]
});