var fDesc=new Array();
fDesc[1] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week.";
fDesc[2] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little.";
fDesc[3] = "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[4] = "time. This application supports a lot of video and audio formats, including MP4, MPEG, VOB, AVI, DIVX, XVID, MPG, RM, FLV, 3GP, 3G2, IFO and many more.";
fDesc[5] = "frequently used unprotected formats (MP3, OGG, WMA, WAV). Supported input formats are: WMA, M4P, MP4, AAC, MP3, WAV, OGG, AU audio files, AIFF.";
fDesc[7] = "require, a target drive, and click Start. It’s that simple! The choice of formats is amazing, including full support for AVCHD! Make perfect copies of your unprotected DVDs, or convert them into portable formats like DivX, H.264, MPEG1/2/4, WMV, or 3GPP.";
fDesc[8] = "video files that you can then burn into a single-layer recordable DVD disc. You can shrink the whole DVD or just the main film in it, and customize the output files to fit either a 2.5 Gb or a 4.7 Gb disc. This efficient software uses the open source ShrinkTO5 DLL for high-end results.";
fDesc[9] = "unprotected format.It supports audio to audio, video to video, and video to audio conversion.";
fDesc[10] = "for best preview on a cell phone, and serves as an all-in-one 3gp converter. The application also provides options to customize DVD-video source, and allows the user to select necessary audio track and subtitles, or remove the unwanted junk-content like the commercials.";
fDesc[11] = "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[12] = "format into another. The program supports several audio files, including the most popular ones and some that are not very well known.";
fDesc[13] = "fast and delivers a high-quality output. This software is available for Windows 2000/2003/XP and Vista. It has many more options which make it universal software for video conversion.";
fDesc[14] = "devices. Save audio from YouTube and other video-sharing sites. Burn audio CDs. Here are the key features of Movavi AudioSuite: Record audio from microphones, audio CD players, electric guitars, and any other sound card inputs. Get super-fast media conversion technology with support for multithreading and batch conversion. Transfer audio to your iPod, iPhone, MP3 Player, cellphone and other mobile devices. Save soundtracks from Google, YouTube and other video-sharing websites. Play videos from YouTube right inside the program. Instantly add new videos with just a few clicks. Extract audio from unprotected DVDs and other video sources. Enjoy friendly intuitive interface with every option you might need: previewing, fragment selection, fine tuning, and more. Burn audio CDs to listen on any CD-player in your car or at home.";
fDesc[15] = "unprotected DVDs as well as video to portable media player which supports WMV and MP4 video format. It features ready-made presets that can help in conversion of video and unprotected DVD to iPod, iPhone, Zune, PSP, Epson, BlackBerry, Pocket PCs, Archos, Creative Zen 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 = '...';
}
}