var fDesc=new Array(); fDesc[0] = "Create BOQ tables from master libraries, create task item tables from customized libraries, plan work using interactive timeline chart, prepare cost estimates and projected cash flow s-curves. Prepare tender BOQ documents, capture tender rates, evaluate and award tenders.

Calculate rates using a rate estimator and project resources, capture work done quantities, prepare progress payment certificates, prepare projected final cost estimates, compare timelines of planned vs actual work, compare planned vs actual cash flow."; 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 = ''; } }