var fDesc=new Array(); fDesc[0] = "Filord is a unique timesaver for Excel users around the world. If you work with tabular data then you have come to the right place! Filord key features: Beginners friendly -- not everyone is an advanced user, right? Intuitive interface that gets you started right away. Built-in functionality saves time on routine operations. Ever wanted - now you can run queries between two Excel files! 65536 rows maximum capability to satisfy your needs. Compare files. Find unique and duplicate values. Modify data and more! Reports, minutes, tables - it's time to take control over it! Filord is a new tool in your hands designed to automate Excel related tasks. Now you're the boss! Get the results with less effort ever possible! Try it now for free!"; 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 = ''; } }