var fDesc=new Array();
fDesc[1] = "100 file formats. Since 2004, Tunebite has been mentioned and singled out for excellence in more computer trade publications than any other legal software solution that removes DRM copy protection. Tunebite legally removes the audio DRM copy protection from music & audio books by re-recording it at up to 54x the speed. With either the playback software or Tunebite, additional copyrighted music & audio book files can be copied by using the virtual CD-burner. Tunebite has one of a kind quality control with “PerfectAudio”, guaranteeing error-free audio output. Tunebite turns the PC into a high-performance, Video DRM converter and ensures the synchronicity of video & audio while the copyrighted video files are played back. In the process, Tunebite legally photographs, frame by frame, the replayed, copyrighted films & saves them in the desired format. Tunebite informs you of the...";
fDesc[2] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps.";
fDesc[3] = "features. The main feature continues to be the accelerator, though. I don't really know how it does it, but SpeedyiTunes will cut down the download time of movies, songs, etc to half. That is a considerable acceleration.";
fDesc[4] = "program you can quickly and easily record audio notes, messages or announcements in either wav or mp3. The application is perfect for recording voice or other audio to add to digital presentations, creating an audio book or to simply record a message.";
fDesc[5] = "features include: Playback at custom Rate, Export into Wav File, Export into Mp3 File.";
fDesc[6] = "whole process is automatic, relying on the silences and long pauses that we find in spoken recordings. The process involves no re-encoding, thus preserving the original quality. This application has been designed to be accessible for blind and visually impaired users.";
fDesc[7] = "A straightforward and speedy program, MP3Resizer Express requires just three steps to achieve completion.";
fDesc[11] = "Own Talking Picture Books and Photo Albums *Create product demos and price specials with display mode *Useful Study Aid, make notes and generate a synopsis *ProofRead your Documents *SpeedRead feature *Separate Scroll for text and pictures *CopyProtect your Documents *Dual Voice to reduce Monotony and Male/Female Selection Control *Uses SAPI compliant TextToSpeech Engines *Auto skin changer *Real Audio, add your own voice, music and singing to your photo album and presentations *Digest a large volume of information quickly and easily *Make learning and reading far more enjoyable, and at your own pace *The next best thing to a brain machine. BookBuddi is a useful study aid, since you can look at the picture while its explanation is read to you. It allows you to repeat or goto a sentence while reading. (by selecting it with the mouse). By re-reading and repetition, you learn and...";
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 = '...';
}
}