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] = "compress and combine video files to fit the quality standard and the type of disc selected, managing the whole process quickly and with the highest quality. You can now burn all your video clips to DVDs, CDs or Blu-ray discs, all with the same tool.";
fDesc[3] = "the most popular portable devices (including iPhone, iPod, Zune, Pocket PC, XBOX 360, and others). Includes a fully functional DVD player.";
fDesc[4] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known.";
fDesc[5] = ", Audio-Editor, Audio-converter, CD-Burner, Hundreds of music videos, support of iPod and Playstation Portable (PSP)";
fDesc[6] = "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[7] = "Downloader for all your download needs; download movies, music, and documents. In fact, download everything you want with Clip Downloader.";
fDesc[8] = "evaluation copy from this page today!";
fDesc[9] = "video formats. It supports many DRM video formats such as wmv, wma.";
fDesc[10] = "folder, search and print, ID3Tag Editor, audio-samples. Export to MP3, WMA lossless, OGG. Copy to CD/DVD, MP3-player, iTunes. Import from iPod, Jukebox.";
fDesc[11] = "into almost all popular video formats such as VCD, SVCD, WMV, ASF, WMA, DivX, MPEG1, MPEG2, MPEG4, AVI and Xvid etc.";
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 = '...';
}
}