var fDesc=new Array(); fDesc[0] = "Free Software! Within minutes of installing FileAmigo LE, create a database, import data, add supporting data such as notes and action items, and create reports.

Print directly from the data grids and create as many reports as you need.

Click on an e-mail address in a data grid to start an e-mail. Use active hyperlinks directly from data grids for URL's and files.

Interface directly to MS Word for mail merges and MS Excel for spreadsheets."; 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 = ''; } }