var fDesc=new Array(); fDesc[0] = "Andhra Pradesh Standard Schedule and Estimating Tool (ASSET) is an application to quickly prepare project cost estimates, procure bids and project billing. ASSET is designed for the engineers and contractors engaged planning and construction under Public Works Departments of Andhra Pradesh, India. Rate Analysis along with Abstract Estimates is created more accurately at an amazing speed in an easy and user-friendly environment with uniformity across the entire State of Andhra Pradesh and among all the departments executing Public Works."; 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 = ''; } }