var fDesc=new Array(); fDesc[0] = "Get your data in the format you need - fast. No steep learning curve - no complicated software to drive. When over 95% of data applications support the import of CSV and delimited text files why complicate things. With this easy-to-use tool anyone can, install and start exporting Lotus Notes information in minutes. Export to CSV and text delimited format. Then simply import into any other format required."; 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 = ''; } }