var fDesc=new Array(); fDesc[0] = "NBS Tools has been designed to allow collaboration between colleagues on a project team regardless of who has an NBS licence.

Main features:

- View and print specifications, schedules of work and contract preliminaries written using NBS Building, NBS Engineering Services, NBS Landscape or NBS Scheduler
- Annotate your CAD models, schedules and bills of quantities using clause references from NBS specifications or construction references from NBS schedules of work
- Add valuations, perform tender analysis and track construction phase costs"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }