var fDesc=new Array();
fDesc[1] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there.";
fDesc[2] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD.";
fDesc[3] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface";
fDesc[4] = "defaults preference for the windows media player. Most of the time it so happens that after you install many softwares or codes, a video file may not play in windows media player or Media Center. This can be corrected by using this program.";
fDesc[5] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file.";
fDesc[6] = "author an playback MPEG-4 media (audio and video) under Windows, Mac OS X and Linux. This codec can be configured through the 3ivX Config entry in the Program's Menu.";
fDesc[7] = "sizes. The 3ivx decoder plays back most MPEG-4 variants (including DivX 3,4 and 5, Apple MPEG-4, Philips MPEG-4 and XviD). The 3ivx decoder produces noticeably higher quality video than other decoders due to its high quality post-processing filters, and because of its core design and optimization maintains a record-breaking decode speed. The windows version of the decoder includes an AAC audio decoder for Windows Media Player as well as a Media Splitter (to play back .avi, .mov and .mp4 files inside Windows Media Player). The 3ivx encoder produces industry-leading compact high quality MPEG-4 video and is distributed as a plug-in for QuickTime as well as a plug-in for Video for Windows. This allows you to encode MPEG-4 video in .avi, .mov or .mp4 files (with AAC audio) with the encoding application of your choice.";
fDesc[8] = "format. The best about this program is the ways you have to convert your files. The input formats this useful software supports are WAV, RM, RA, VQF, AAC, AC3, M4B, M4A, MP3, WMA, OGG and more";
fDesc[9] = "files into Mp3 files. The program does not support a lot of audio formats but it will convert between the mentioned formats with a very fast conversion speed. The program will convert your audio files from one into another in just a few seconds.";
fDesc[10] = "decoding, de-multiplexing, dumping, and streaming. DXVA support in the Elecard MPEG2 Video Decoder significantly decreases CPU usage and provides substantial performance gains. Elecard MPEG2 Video Decoder is Windows XP Media Center Edition compatible.";
fDesc[11] = "to WMA, OGG Vorbis, MP3, WAV PCM, APE and FLAC files. It also supports batch conversion, lets you edit ID3 tags, supports CDDB and Playlists.";
fDesc[12] = "popular formats including MP3, WMA, OGG, WAV, APE, and FLAC. It lets you configure output settings like bit rate, sample rate, channels, etc. process batches, edit ID3 tags, and more.";
fDesc[13] = "it. DXVA support in Elecard MPEG2 Decoder decreases CPU usage and provides substantial performance gains.";
fDesc[14] = "decoding the Mp3 files. This incredible program enables you to convert unlimited amounts of Mp3s to the burnable Wav format in a few simple steps.";
fDesc[15] = ", MPEG4, DivX and PSP formats. All the video codecs are contained in the program, allowing the output video even to be adjusted in quality and aspect. The application has a simple interface, which makes its use easy even for non-expert PC users.";
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 = '...';
}
}