var fDesc=new Array(); fDesc[0] = "Civilet is a Civil estimation software designed for civil engineers, contractors and architects to prepare Bill of quantities conduct rate analysis and generate abstract sheets. It is user friendly software to generate quick and accurate estimates with the following components. Working sheet named as BOQ generates the quantity easily and provides auto quantity computation. BOQ sends the data to abstract sheet including the specifications, units etc and rate is optional to apply. User can add custom materials as required."; 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 = ''; } }