var fDesc=new Array(); fDesc[0] = "Rename File automatically with Rename File. This file organizer will rename, sort and organize all your files automatically, even if you want to rename thousands of files and they are packed in archives.

Key features:
-Rename File (automatically)
(automatically rename and sort all your files, even packed in ZIP and RAR archives)
-Rename File easily
(with automatically shown step-by-step wizard)
-Rename File exactly as you want
(rename files by any tags, batch rename files by size, creation date, artist, dimensions, page count and hundreds of other tags)
-Rename all your Files, even of rare types
(rename files with music, batch rename files with photos, automatically rename files with videos - all files will be renamed)
-Rename File qualitative
(while batch file renaming are used all available file tags including ID3, ID3v1, ID3v2, ID3v3, IDx, etc.)
-Rename Files everywhere, even in archives
(rename file on hard drive, rename file in folder, batch rename file in media collection and rename multiple files on Windows computer)
-Rename File accurate
(batch rename files and remove duplicate files automatically, sort files and organize files easily)
-Batch Rename File
(automatically rename multiple files, batch rename file in any directory and batch rename files)"; 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 = ''; } }