var fDesc=new Array();
fDesc[1] = "you can keep your music collection organized with Tag&Rename since it is the only tag editor and organizer which has full native support for: mp3 (ID3v1, ID3v2.2, ID3v2.3 and ID3v2.4 tags), MusePack mpc/mp+ (APEv1, APEv2 and ID3v1 tags), Windows Media wma, asf and wmv files, Ogg Vorbis and Flac (vorbis comments), Apple iTunes and iPod aac (m4a) files including mp4, lossless m4a and protected m4p files, most popular lossless codecs including monkey's audio, wav pack, optim frog, flac, Apple and Windows Media lossless. Tag&Rename supports many additional tag fields including lyrics, cover art, rating, mood, disc #, classical music fields (Composer, Conductor, etc.), file related URLs and so on.";
fDesc[2] = "folders and files, Rename files in recursive subdirectories, Shell Integration (right click on a folder in the explorer to start Lupas Rename on these folder) , Instant Preview (Optional) , Undo the last rename operation,";
fDesc[3] = "the renaming process, user can also select how many characters should be removed or replaced, beginning on a defined character position in the file/folder name. User can add characters, numbers or complete words to existing file or folder name.";
fDesc[4] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere.";
fDesc[5] = "different methods makes it easy for you to change the names, attributes and timestamps of files in one go.";
fDesc[6] = "file extensions so easily and quick. This handy tool can be useful for professional photographers, typists and all those who word with a lot of documents and files.";
fDesc[7] = "and still does, but the problem is that it is not as user friendly as you expect. There are many other built-in functions, which will enable you to do much more than just the starting process. These functions are Rename, Copy, End Process, Delete and Make Dir.";
fDesc[8] = "way. With this program you can rename audio files, video files, documents, image files and other types. The good thing about the program is that it is very easy to use and it lets you navigate through your computer to find the files and rename them very fast.";
fDesc[9] = "in-built preview pane to visualize the after-effects of renamed files.";
fDesc[10] = "It comes with many renaming schemes such as inserting and appending text, date, time, serial number and so on. The user can remove or replace text, individual characters or a group of characters and convert the lowercase to uppercase or vice-versa.";
fDesc[11] = "ebook. Convert text to CHM html help file or ebook. Convert text to Win help file or ebook.";
fDesc[12] = "out by its concept for the clear definition against renaming rules. Multilingual. Shareware";
fDesc[13] = "extension part. 6. Save filenames to a file7. Ordered numbers or disordered ames.8. Preview your rename result.";
fDesc[14] = "named based on any number of file naming schemes you can configure such as ID3 tags and EXIF metadata. Includes undo.";
fDesc[15] = "allows you to rename the file using its ID3 Tag so that the file name makes more sense.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}