var fDesc=new Array(); fDesc[0] = "FastReport.Net lets you create application-independent .Net reports. It comes with a visual report designer for creating and modifying the reports; your application can run this designer from the code. This program lets you connect to any database and get data from tables using custom queries. You can add Windows form controls to your application interface and connect them with data handling instructions using scripts. Finally, you can view the result and print or export it to various document formats."; 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 = ''; } }