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] = "you can keep your music collection organized with Tag&Rename since it is the only tag editor and organizer which has full native support for: mp3 (ID3v1, ID3v2.2, ID3v2.3 and ID3v2.4 tags), MusePack mpc/mp+ (APEv1, APEv2 and ID3v1 tags), Windows Media wma, asf and wmv files, Ogg Vorbis and Flac (vorbis comments), Apple iTunes and iPod aac (m4a) files including mp4, lossless m4a and protected m4p files, most popular lossless codecs including monkey's audio, wav pack, optim frog, flac, Apple and Windows Media lossless. Tag&Rename supports many additional tag fields including lyrics, cover art, rating, mood, disc #, classical music fields (Composer, Conductor, etc.), file related URLs and so on.";
fDesc[4] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF.";
fDesc[6] = ", 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[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] = "also a powerful media converter that supports nearly all the popular media formats.";
fDesc[9] = "files formats, it support MP3, WMA, ASF, WMV, Apple iTunes AAC (M4A and M4P), MP4, OGG, FLAC, MPC, Monkey's Audio, WAV Pack, Optim Frog.";
fDesc[10] = "(video) formats. Legally. Extremely high speed.";
fDesc[11] = "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[12] = "all existing input formats. Output formats are non-protected MP3, AAC or WAV for audio and MPEG4 or DivX for video.";
fDesc[13] = "enabled are mp3, ogg, wav, aac, m4a, and m4p. It is not a ringtone creator. Available for Mac OS X Leopard, Windows XP, and Vista";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}