var fDesc=new Array(); fDesc[0] = "Whole Life Cost Evaluator provides a cost estimate and audit of entire built assets through different life cycle stages based on a standard methodology and in a consistent format. It provides the client with flexibility through advanced IT technology, efficiency through the use of simplified models, reliability through the ability to optioneer and traceability through an automated audit trail."; 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 = ''; } }