var fDesc=new Array(); fDesc[0] = "Folder Axe was made with one purpose in mind, and that is to help you split up your folders into multiple smaller ones.
Features:
Split by amount (Specify the number of files each resulting folder is limited to)
Split by size (Specify the size limit of each resulting folder) Sort Mode Explanation
Split by name (Created folders based upon the first x number of characters in file names)
Split by file type (Files split into folders according to their extensions)
Split by file group (Files split into seven different groups) See the File Groups page for more info
Split by date (Files split into folders by date property)
Include files in subfolders (Optionally)
Compress resulting folders into Zip files, even protect them using AES-256 bit encryption
Set the naming scheme for the resulting folders
Remember chosen folder during session
Process folders of any size, fast! (Files can be moved or copied)
Easily undo the last splitting procedure performed if you don't like the changes
Features Manual, Semi-Automatic, and Automatic Modes! Mode Explanation Page
Automatic update checking, so you always have the latest version
Log window so you know exactly what's going on at all times"; 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 = ''; } }