var fDesc=new Array(); fDesc[0] = "e-Data Collection is a Web-based survey system. The Survey Builder enables you to build survey Web forms on the fly. This full-featured application enables you to create surveys in a matter of minutes, complete with a reporting tool that generates attractive, customizable reports, and dynamic filters that allow you to narrow the results based on selected criteria to facilitate analysis."; 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 = ''; } }