var fDesc=new Array(); fDesc[0] = "Billcost is a complete electronic estimating, scheduling and management system for the construction industry. It remains to this day the only construction estimating software to incorporate a full database of Material and Labour rates, all combined into powerful formula to make estimating a breeze. With the full set of management tools, Billcost takes the user from the initial estimating stage to project management with functions such as Cost Control, Material Orders, Profit Calculations, the issuing of Certificates, Project Scheduling, etc. It is possible to work from Plans or Bills of Quantities."; 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 = ''; } }