var fDesc=new Array(); fDesc[1] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools."; fDesc[2] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[3] = "itself to all the devices. According to the publisher, it is updated at least once a month. The application detects the installed hardware, displaying all the information. It analyses theCPU, RAM, Disks, drivers and graphic card, etc."; fDesc[4] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[5] = "exact digital copies of your audio CDs using several technologies like multi-reading with verify and AccurateRip. When you install the program, it detects and configures your CD/DVD drives automatically, and lets you choose which one you wish to use."; fDesc[6] = "multilingual interface; MPEG1,MPEG2; constant, variable, average bitrates (8-320 kbps); flexible settings."; fDesc[7] = "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[8] = "Tagging, Write Tags from Filenames and Rename Files From Tags using Custom Formats, Cleaning Filenames and Correcting their case, Get Tag info using Directory Formats, Create Directories and organize mp3s from tag info, Copy & Synchronize id3v1.1 & v2.x tags, Lyrics and Picture Tagging, accurately read all MPEG info and append bitrate and mode to filenames. All these tag operations can be carried out with or without directory recursion. Mp3 Tag Tools uses a special \"readTags\" function so that the program reads & displays the full contents of your mp3 tags unlike other taggers. Use this prog as a reference to see the junk characters that actually may reside in your tags created by bad tag editing programs, which don't usually get displayed. Thus you can create absolutely clean ID3 tags, as though they were created for the first time."; fDesc[9] = ", APE. This easy to use software is very fast. You don’t have to read any manuals or any big help files to use this. All you do is click on one button and your CD will be copied. This software can also convert WAV files to MP3, WAV, WMA, APE, VQF, OGG, AAC, MP4 files."; fDesc[10] = "PropertyPage is installed, where you can fully edit the ID3-Tag -An icon-handler for individual icons is included too -Tooltips, when you simply leave the mouse over the MP3-file (only with IE4.0 Active Desktop)"; fDesc[11] = "exactly what you are looking for. With full CD audio playback control function, AltoMP3 Maker can work as a freedb-aware CD player."; fDesc[12] = "and folder names and tree, allows user to categorize folders and files, and allows searching all the imported files."; fDesc[13] = "it sends to MusicBrainz, a database containing more than a million songs, to get accurate information about the song."; fDesc[14] = "as text, html or xls. Import lists created by other applications. Find duplicates in your list"; 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 = '...'; } }