var fDesc=new Array(); fDesc[0] = "SystemsLink Operational Rating Toolkit is a software tool for the production of Display Energy Certificates (DEC) and Advisory Reports (AR). Production of certificates is straightforward with the various entry fields shown in sections, each section showing a tick or cross to represent the state of completion. Certificates may be left in an incomplete ‘In Progress’ state where required.

Features:
- Site, building and project database allowing ease of navigation through existing records, and storage of existing building information allowing second year certificates to be produced easily.
· User profiles can be created storing the certified assessor’s information.
· Visual progress bars showing which sections are completed.
· League tables covering all sites showing DEC grades, ratings and due dates."; 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 = ''; } }