var fDesc=new Array(); fDesc[0] = "This package is meant for Estimation of Quantities and Costing for Multistorey Buildings and other Construction Works. Applicability for virtually unlimited range of estimation projects from simple sheds to Multistorey Apartments & Commercial Complexes. Extraction of Quantities and Cost Material-wise, Floor-wise, Item-wise and Member-wise for the Project."; 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 = ''; } }