var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Door Entry Systems',
        bIsWebPath:true,
        sUrl:'d_e_s.html',
        sTarget:'_self'
    },
    {   sTitle:'The Condition Report (EICR)',
        bIsWebPath:true,
        sUrl:'inspections.html',
        sTarget:'_self'
    },
    {   sTitle:'PAT Testing',
        bIsWebPath:true,
        sUrl:'pat testing.html',
        sTarget:'_self'
    },
    {   sTitle:'Home Owner Guide Part 1',
        bIsWebPath:true,
        sUrl:'home_owner1.html',
        sTarget:'_self'
    },
    {   sTitle:'Home Owner Guide Part 2',
        bIsWebPath:true,
        sUrl:'home_owner2.html',
        sTarget:'_self'
    },
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'Galleries.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery 1',
        bIsWebPath:true,
        sUrl:'gal1.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery 2',
        bIsWebPath:true,
        sUrl:'gal2.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
