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] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF.";
fDesc[3] = ", RA, RMM, RAM, RPM, RM, RMVB, WAV, OGG, CDA, APE, APL, MPC, MP+, WMA, FLAC, AAC, M4A, MP4, and more. Protected Windows Media Audio (WMA), protected Real Audio (RA, RAX), protected Advanced Audio Coding (AAC) and protected MP4 aren't supported for copyright reasons.";
fDesc[4] = "include preview mode, list mode, rip raw AC3, DTS audio and protected DVD movies, removes region protection in a graphic interface with suport for multiple languages.";
fDesc[5] = ", wmv, asf, m4v, m4a, m4p, m4b. It also supports high definition video formats including m2ts, tp, trp, ts, avi, wmv, and common formats such as mp4, mpg, mpeg, 3gp, rm, rmvb, dat, mov,flv, vob, mp3, wav, m4a, wma.";
fDesc[6] = "mode (mono or stereo), sample rate, and bit rate. You can also configure splitting options by time or with a silence threshold, and set the recording device.";
fDesc[7] = "CD-RW drive on your computer and virtually burns the CD from the player. It supports the most popular music file formats (OGG, WMA, AAC, MP4, M4P, MP3, etc.), no matter they are DRM protected or not, and outputs unprotected MP3, WMA or WAV format files.";
fDesc[8] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known.";
fDesc[9] = "with DRM are known to cause several headaches world-wide. That protection has a legitimate purpose, though: to fight piracy. But when you own the material, and you want it to move it around between your devices, being unable to can get very frustrating.";
fDesc[10] = "such as line-In, or speakers to WAV, MP3, audio-only AVI, and WMA files (additional formats supported with booster packs). Also lets you record from a DV camcorder or VCR connected to 1394 port.";
fDesc[11] = "all existing input formats. Output formats are non-protected MP3, AAC or WAV for audio and MPEG4 or DivX for video.";
fDesc[12] = "evaluation copy from this page today!";
fDesc[13] = "almost any audio and video files, both protected and non-protected, to commonly used formats such as MP3, AAC, WAV audio, MPEG4, DivX video. Our program gives you the ability to convert any kind of protected media to regular audio and video formats, that can be played on dozens of compatible devices. MelodyCan introduces the unique technology maintaining extremely effective PC utilization in order to perform high conversion speed and reliable conversion results. This software actually supports any kind of protected Windows Media Audio files (WMA), MPEG4-AAC Audio files (M4P, M4A, M4B), Real Audio files (RAX, RA), long-lasting audiobooks (AA) and almost any music or movie that can be played with Windows Media Player, QuickTime Player, Real Player or Rhapsody Player. The only condition is that the music content must be legally obtained and can be played on the computer where MelodyCan is...";
fDesc[14] = "lets you convert DRM protected WMA to different portable devices, including PSP Player, iPod, Zune Player and more. This program supports a vast quantity of output formats, for example, Mp3, AC3, WAV, OGG, WMA, AC3 and APE.";
fDesc[15] = "files - converting in one click! - high speed; - setting resulting format options; - drag and drop support; - editor of tags.";
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 = '...';
}
}