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] = "and audio conversion. All you have to do is click \"Add\" to import an Audio or a Video file, select the appropriate settings to specify the output format, and then click the \"Start\" button to initiate the conversion process.";
fDesc[3] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF.";
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] = "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[7] = "(video) formats. Legally. Extremely high speed.";
fDesc[8] = "audio files into MP3 files and then extract them to any mobile device or burn them into a CD. The program is really easy to use, it has got a very friendly-to-user interface that will guide all users on how to convert their files from one into another.";
fDesc[9] = "files you bought, by removing the DRM protection, and converting them in compatible audio or video files. This way, you will be able to use them in any MP3, mobile phone, desktop DVD player or other compatible players";
fDesc[10] = "all existing input formats. Output formats are non-protected MP3, AAC or WAV for audio and MPEG4 or DivX for video.";
fDesc[11] = "media files to MP3 files, these media files may include WAV, OGG, WMA, WMV, ASF, ASX, MPEG-1, MPEG-2, MPEG-4, MP4, M4A, AAC, MOV.";
fDesc[12] = "and other online stores. It supports many formats including 3g2, 3gp,aac, ac3, ape, avi, asf, flv, m2ts,m4a, m4b, m4p,m4v, mov, mp3,mp4, mpg, vob, ogg, tp, trp,ts, wav, wma and wmv.";
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] = "includes virtual CD writer which helps the user to convert music files using CD burning capabilities of media player tool. The latest version of ShareDRMusic is supporting Apple iTunes, Window Media Player and Real One Player.";
fDesc[15] = "Dumpster uses a CD-RW and iTunes to convert your DRM music files to standard format files (MP3, AAC, Apple Lossless, AIFF, WAV).";
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 = '...';
}
}