var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Latest Technology',
    'bIsWebPath':true,
    'sUrl':'latest technology.html'
},
{   'sTitle':'Architectural Design Services',
    'bIsWebPath':true,
    'sUrl':'Architectural Design Services.html',"childArray" : [
    {   'sTitle':'Planning Permission',
        'bIsWebPath':true,
        'sUrl':'planning permission.html'
    },
    {   'sTitle':'Permitted Development',
        'bIsWebPath':true,
        'sUrl':'permitted development.html'
    },
    {   'sTitle':'Building Regulations',
        'bIsWebPath':true,
        'sUrl':'building regulations.html'
    },
    {   'sTitle':'Structural design and timber engineering',
        'bIsWebPath':true,
        'sUrl':'structural design and timber engineering.html'
    }]
},
{   'sTitle':'Building Partners ',
    'bIsWebPath':true,
    'sUrl':'building partners .html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Recent Projects',
    'bIsWebPath':true,
    'sUrl':'recent projects.html',"childArray" : [
    {   'sTitle':'Testimonials ',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    }]
},
{   'sTitle':'Contact Us ',
    'bIsWebPath':true,
    'sUrl':'contact us .html'
}]
});
