var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools.";
fDesc[3] = "DVD 9 disc into 2 DVD 5 discs) or convert to different formats like: AVI, WMV, MP4 in profiles that include: Frame rate, Volume, Resolution, Video and Audio Codecs, Video and Audio Bitrate.";
fDesc[4] = "interface to extract DVD contents and save them as MP3 files,as well as Audio inserted in DVD and MPEG files to be converted to MP3 and played on any MP3 standard player. The libraries that this application uses for encoding MP3 are up-to-date.";
fDesc[5] = "to MP4 files that will be supported by iPod";
fDesc[6] = "chapter(s) in DVD or specify certain time or file size to rip. It supports IFO files and ID3 tag";
fDesc[7] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound.";
fDesc[8] = "On the program's main window you have access to all of the functions this efficient software provides you. You will be able to change some settings for your conversions, to add files by clicking on some buttons, to split images or video fragments and much more.";
fDesc[9] = "MPEG, AVI, WMV, DVD, ASF, VOB, ASF, ASX, M1V, M2V, M1P, M2P, etc";
fDesc[10] = "that are compatible with iPod and some other mobile devices. Using this efficient conversion tool, you will be able to convert your DVD files to iPod, Mp4, AAC, M4A and Mp3 files.";
fDesc[11] = "AVI, DivX, MP4, MOV (QuickTime), MPEG1, MPEG2, VOB, FLV, WMV, ASF, and extract audio to MP3. It lets you select audio track, subtitle, and configure output settings like frame rate, video quality, audio sample rate, etc.";
fDesc[12] = "and MPEG videos.";
fDesc[13] = ", 3GPP2 (3g2), M4A video and MP3 audio in a high quality and super fast conversion speed.";
fDesc[14] = "formats. The program will also convert video files from one into another. This application supports many video formats, such as AVI, XVID, DIVX, MOV, MKV, FLV, MPEG, TIVO, TS, IFO, VOB, ASF, RM, RMVB, OGM, DVR-MS and many others.";
fDesc[15] = "MP3 player. No sound quality is lost. Video to MP3 Redactor is very easy to use.";
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 = '...';
}
}