var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Projects',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'projects.html',"childArray" : [
    {   'sTitle':'Residential',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'residential.html'
    },
    {   'sTitle':'Commercial',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'commercial.html'
    },
    {   'sTitle':'Education',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'education.html'
    }]
},
{   'sTitle':'Company + People',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'company and people.html'
},
{   'sTitle':'Services',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Domestic Services',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'domestic services.html',"childArray" : [
        {   'sTitle':'Examples of Drawings',
            'bIsExternal':true,
            'bIsWebPath':true,
            'sUrl':'examples of drawings.html'
        },
        {   'sTitle':'Examples of BIM models',
            'bIsExternal':true,
            'bIsWebPath':true,
            'sUrl':'examples of bim models.html'
        }]
    },
    {   'sTitle':'School Design',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'school design.html'
    },
    {   'sTitle':'C.A.D. Visulisations',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'cad visulisations.html'
    },
    {   'sTitle':'Surveying + Party Wall Surveyors',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'surveying services party wall surveyors.html'
    }]
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
