var fDesc=new Array(); fDesc[0] = "Stimulsoft Reports.Fx is a cross-platform report generator, designed for using in Rich Internet Applications. When creating this reporting tool we used one of the most advanced technologies for the development of business applications for the Internet - Adobe Flex. We tried to give developers and users the most flexible tool for creation and subsequent use of reports for the Internet. This tool will not only increase the productivity of your work to create reports but add lots of pluses in your Web application. A Rich Internet Application helps to expand the boundaries of the Internet. Stimulsoft Reports.Fx helps to expand the boundaries of Rich Internet Applications."; 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 = ''; } }