var fDesc=new Array(); fDesc[0] = "With so many forms and certificates to complete, and changing costs to track, administering a construction contract can be complicated and time consuming.

You only need to enter your job details once and then the majority of the form completion is automated, including site, client and contractor details.

Costs of the job are automatically tracked too and can be reported on at any time.

NBS Contract Administrator includes electronic copies of the official RIBA Contract Administration Forms for use with the JCT Standard, Intermediate, Minor Works and Design and Build contracts. The software filters the right forms for the right contract and much of the form completion is automated. Generic forms are also for use with other contracts."; 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 = ''; } }