var fDesc=new Array(); fDesc[0] = "Recent Documents Organizer is a document storage and management software for home or office use. RDO searches for files you work with directly (recent documents) and allows you to keep found information in internal repository. With RDO you can retrieve a complete list of recent documents without any limitation.
A powerful RDO filter mechanism helps you to locate any document quickly and easily."; 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 = ''; } }