var fDesc=new Array();
fDesc[1] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD.";
fDesc[2] = "you can still enjoy InterActual Features by installing the InterActual Player software included on the DVD. Using this solution, your DVD Video and all InterActual Features will play in the InterActual Player application.";
fDesc[3] = "DAT, DivX, DV, FLAC, IVF, MOV, QT, MKV, MP1, MP2, MPA, MPG, MP3, MP4, MPG, MPEG, OGG, OGM, RA, RAM, RM, RAM, SHN, SND, SD2, VOB, WMA, WMV, XivD audio and video files to the most popular audio formats: AVI, MKA, MP3, OGG, M4A, MOV, RA, WAV, WMA.";
fDesc[4] = ", evob, flv, gif, tp, ts, mv, mov, qt, m4v, mp4, mpg, ogm, pva, rm, dat, wmv, xvid, nuv, vro formats to avi, divx, dv, mkv, ogg, wmv files. Its features include batch conversion, and the ability to crop and trim your clips.";
fDesc[5] = "videos to all the popular video formats including DVD and VCD. Fast conversion speed and support for batch conversion make this tool handy and quick.";
fDesc[6] = "it. DXVA support in Elecard MPEG2 Decoder decreases CPU usage and provides substantial performance gains.";
fDesc[7] = "to rip DVD movie and make DVD copy.";
fDesc[8] = "containing files copied from a DVD. It provides high resolution and full quality playback of MPEG-2 and MPEG-1 video streams.";
fDesc[9] = "Vorbis formats. As a result, the listening sensation is much more natural, with sounds appearing \"out-of-head\".";
fDesc[10] = ", MPEG1, MPEG2, and video compatible with portable devices like iPod, PSP, and mobile phones. Features include support for batch conversion, the possibility to choose subtitle and audio track, resizing , cropping and working with aspect ratio.";
fDesc[11] = "entertainment on the PC. It can deliver the highest quality viewing and listening experience. As well, Hero DVD Player offers feature-rich navigation controls, background playing mode, local zoom in funtion, excellent crash disk correcting, caption processing capability and other DVD experience. Herosoft is dedicated to deliver the highest quality DVD Player experience and multimedia software improving on the PC today!";
fDesc[12] = "each channel from an AC3 file into separate files.";
fDesc[13] = "first glance while being remarkably dynamic and flexible when used to its fullest potential.";
fDesc[14] = "easily divide one VOB file into several smaller VOB files of whatever size you specify. it can also extract AC3 stream.";
fDesc[15] = "also can extract audio/picture from video files.";
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 = '...';
}
}