var fDesc=new Array(); fDesc[0] = "Automatically select, copy, delete, and rename existing or create new multiple folder structures. No programming required.
Use Folder templates to create or copy folder structures defined in text files. View, edit or export-import templates/folder lists.
Use the unique sub-folder level selector for fast input folder selection.
The program's robust visual control system includes: 1) Simulation, 2) preview, 3) visual log with statistics, and 4) undo options, so you can detect and correct any unwanted changes and errors without compromising existing structures"; 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 = ''; } }