var fDesc=new Array(); fDesc[0] = "WinTads Lite is an entry level estimating system package for pre-engineered air handling units. It is designed as a sales tool for manufacturers of air handling units and includes the ability to produce technical quotations and documentation. A project management system is included allowing the operator to generate schedules of units and to add different products to a tender."; 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 = ''; } }