var fDesc=new Array(); fDesc[0] = "File-Ease® is completely customizable so you can use it to track and organize any kind of information you require:

File-Ease® allows you to add user defined fields.
File-Ease® allows you to define how screens look - add fields, move fields and delete fields - position windows and tool bars.
File-Ease® comes complete with a standard set of reports and you can create your own.

Using a tree-like structure similar to Windows Explorer®, you can organize your information into logical groups or categories and then define the specific fields to record the details about that item."; 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 = ''; } }