var fDesc=new Array(); fDesc[0] = "Advanced File Organizer 3.01 is the latest release version of this shareware utility by SoftPrime Development. We can purchase this product from the developer's website. Alternatively, it is possible to download the trial demo and evaluate it free of charge for a 30-day period, without the need of previous registration. However, without registering we can only add five disks to the organizer window. It has been designed to provide a cataloging tool to keep our files, folders, and disks well organized. From the Main Window, we can catalogue our files, folders and disks by adding them from anywhere within our computer, including drivers and any external or/and removable device. We are allowed to manage them, add comments, categories, sort the files by location, category, export/import, etc. There is also a Visual Category Assistant, which can help us to add a new category, edit, delete, show properties, open in Explorer, execute file, find in the catalog, and generate reports. It runs under Windows 95, 98, ME, NT, 2000, 2003 and XP operating systems."; 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 = ''; } }