var fDesc=new Array();
fDesc[1] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file.";
fDesc[2] = "uninstalling programs, every change writes and deletes entries in the system registry. The deletion of entries will leave gaps in your Windows´ registry. Free Registry Defrag was made for solving this.";
fDesc[3] = "clicks. The program supports all the popular audio formats including WAV, MP3, MMF, AMR, QCP and MP3. The best feature of the converter is the integration into Windows right-click menu.";
fDesc[4] = "performance. An interesting feature is that you can customize the way the program performs the defragmentation process. It is available in different languages and distributed under the GNU licence.";
fDesc[5] = "file and allows you to select the fragment of your choice. There is no re-encoding involved in the cutting process, so the resulting output file will have the same DVD quality as the original.";
fDesc[6] = "developed to make the result more efficient and less time-consuming. But DefragExpess cannot fragment poorly optimized drives and may be used only to keep the optimization level. For poorly optimized drives it is better to use a different program.";
fDesc[8] = "different applications and executing commands. This tiny program runs in your system tray and allows performing all above-listed actions via voice commands using your PC microphone.";
fDesc[9] = "formats this program supports are WAV, WMA and Mp3. By using this application, you will be able to listen to any fragment of any movie without having to watch the movie.";
fDesc[10] = "copying any text fragment into the clipboard and pasting it into the required place more effective. The program runs in your system tray and removes all formatting of any text that is copied into the clipboard.";
fDesc[11] = "this program to extract the audio and save it as an audio file so that you do not have to watch an entire movie or its fragment just to listen to the part you want to listen to.";
fDesc[13] = "keeps the clipboard history that you can use to paste the selected fragment again. With Comfort Clipboard, you will always be sure that data will be saved even in case of a power failure or a system crash. You will gain full control over your clipboard and will be able to use it at 100% capacity. Advanced features: Any number of saved fragments without slowing down the performance. 30 fragments are saved by default. Quickly pasting text from the manager with a shortcut key. Pasting a fragment in any available format because the copied information is saved in the clipboard in several formats at once. Previewing saved fragments in a comfortable window. Displaying additional information about saved fragments: The icon of the fragment format the way it is defined in your system. The icon of the application the fragment was copied to the clipboard from. Brief additional information about...";
fDesc[14] = "tiny application has only one function. It reads all texts from your clipboard in English. It allows placing e-mail messages from your friends or interesting articles from the Internet into the clipboard and listening to them.";
fDesc[15] = "buffers. FreeClip can save its clipboards content on to your hard disk at program exit and load it at the next startup";
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 = '...';
}
}