var fDesc=new Array(); fDesc[0] = "Nerxy file organizer is a music files and photos organizer that will organize and rename all your files by content, simply and quickly. Find all necessary files in seconds without having to feel overwhelmed by all the files hogging your system!

Main features:

- Flexible, Multiple Rules
- Works automatically and quietly
- Attractive, Easy to Use Interface
- Automatic Scanning
- Multiple Scan Options
- Duplicates Control
- Clean Your System
- Reporting."; 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 = ''; } }