var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'profile.html'
},
{   sTitle:'Engineered Timber',
    bIsWebPath:true,
    sUrl:'engineeredtimber.html',"childArray" : [
    {   sTitle:'Timber Frame Engineering',
        bIsWebPath:true,
        sUrl:'timframeng.html'
    },
    {   sTitle:'Timfram',
        bIsWebPath:true,
        sUrl:'timfram.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'commercial',
        bIsWebPath:true,
        sUrl:'projectc1.html'
    },
    {   sTitle:'educational',
        bIsWebPath:true,
        sUrl:'projecte1.html'
    },
    {   sTitle:'heritage and conservation',
        bIsWebPath:true,
        sUrl:'projecth1.html'
    },
    {   sTitle:'leisure / retail - sandy balls',
        bIsWebPath:true,
        sUrl:'projectl1.html'
    },
    {   sTitle:'leisure / retail - savoy country club',
        bIsWebPath:true,
        sUrl:'projectl2.html'
    },
    {   sTitle:'residential',
        bIsWebPath:true,
        sUrl:'projectr1.html'
    },
    {   sTitle:'social housing',
        bIsWebPath:true,
        sUrl:'projects1.html'
    }]
},
{   sTitle:'Employment Opportunities',
    bIsWebPath:true,
    sUrl:'employment.html'
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'policies.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
