var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying.";
fDesc[3] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[4] = "to introduce you a simple yet powerful program that will let you perform this task easily. DVD Audio Extractor, as its name suggests, will let you extract all audio from any DVD, in just four simple steps.";
fDesc[5] = "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[6] = "movies. It presents lots of useful features and tools including a video editor to crop and add effects, video triming, a PSP movie manager, and an iPod video transfer manager .";
fDesc[7] = "application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[8] = "Here comes Aplus DVD Ripper for you";
fDesc[9] = "the most popular portable devices (including iPhone, iPod, Zune, Pocket PC, XBOX 360, and others). Includes a fully functional DVD player.";
fDesc[10] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[11] = "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[12] = "CDs to MP3, OGG, WAV formats in your hard drive. You can also create a Bin/Cue image and burn it to keep security copies of your favorite audio CDs.";
fDesc[13] = "super fast speed and high quality. This incredible program enables you to easily finish DVD Ripping to AVI, MP4, WMV, MOV, MPG, MPEG, 3GP, 3GPP, MPG, ASF, FLV, VOB, WMA, M4A, MP3, etc. in just a few seconds.";
fDesc[14] = "backup DVD movies or to rip audio out of those movies. The program offers a very large output formats selection: AVI, DivX, MPEG, WMV, MP3, etc. to both video and only audio output extractions. PSP, PS3, iPod, iPhone, AppleTV, iRiver PMP, Zen, Archos, mobile phone, etc.";
fDesc[15] = ", AVI, Divx, XviD, VCD, SVCD, 3GP. It lets you select subtitle and audio track, and configure output settings like video size, frame rate, aspect ratio, 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 = '...';
}
}