var fDesc=new Array(); fDesc[0] = "Pegasus CIS lets you see the profitability of the contract and the calculated costs to completion. Pegasus CIS is a software solution specifically designed for the construction and contracting industries. Not only will it make you fully compliant with the taxman, it'll also bring efficiency to your contract management. Pegasus CIS provides complete control over all aspects of contracts management, from costing and timesheets through to payment applications, VAT invoicing and cash receipt matching."; 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 = ''; } }