var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Construction',
        bIsWebPath:true,
        sUrl:'construction.html'
    },
    {   sTitle:'Kitchens & Bathrooms',
        bIsWebPath:true,
        sUrl:'kitchens&bathrooms.html'
    },
    {   sTitle:'Windows, Doors & Conservatories',
        bIsWebPath:true,
        sUrl:'windows,doors&conservatories.html'
    },
    {   sTitle:'Landscaping',
        bIsWebPath:true,
        sUrl:'landscaping.html'
    },
    {   sTitle:'Carpentry & Roofing',
        bIsWebPath:true,
        sUrl:'carpentry&roofing.html'
    },
    {   sTitle:'Property Maintenance',
        bIsWebPath:true,
        sUrl:'propertymaintentance.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Extension',
        bIsWebPath:true,
        sUrl:'extension.html'
    },
    {   sTitle:'Patios',
        bIsWebPath:true,
        sUrl:'patios.html'
    },
    {   sTitle:'Garage / Games Room',
        bIsWebPath:true,
        sUrl:'garage/gamesroom.html'
    },
    {   sTitle:'Bathrooms',
        bIsWebPath:true,
        sUrl:'bathrooms.html'
    },
    {   sTitle:'Miscellaneous',
        bIsWebPath:true,
        sUrl:'misc.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'FREE Lingo Book',
    bIsWebPath:true,
    sUrl:'freelingobook.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
