var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation.";
fDesc[3] = "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[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] = "will probably notice when you open this application is the HUGE (it's not that big) banner at the bottom. I know this is a free application and all, but did they really need to blind me with flashing banners while I am trying to burn a couple songs?";
fDesc[6] = "exact digital copies of your audio CDs using several technologies like multi-reading with verify and AccurateRip. When you install the program, it detects and configures your CD/DVD drives automatically, and lets you choose which one you wish to use.";
fDesc[7] = "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[8] = "short amount of time. The program supports the most popular video formats, including AVI, FLV, Mp4, WMV, MP3G and 3GP. This application also allows you to extract audio from your video files.";
fDesc[9] = ", VCD, audio CD or DivX/XviD disc. It supports HD-Video, and it is also compatible with other formats like MPEG4, RM, WMV, QuickTime or MacroMedia Flash, and many others, as long as corresponding codec is already installed in your system.";
fDesc[10] = "include preview mode, list mode, rip raw AC3, DTS audio and protected DVD movies, removes region protection in a graphic interface with suport for multiple languages.";
fDesc[11] = ", HD-MOV, RMVB, MKV) to DVD. Once you run the program, you can load a video file from any drive. The program will then display a window with information about the video (Compression Codec, Frame rate, Duration, Resolution) along with the audio information.";
fDesc[12] = "the video files to AVI, WMV, MPEG or FLV, and at no cost at all! When needed, the program will shrink your DVD-9 to fit into a DVD-5 blank disc, with the minimum loss of quality.";
fDesc[13] = "specify certain time or file size to rip. You can edit ID3 tag for your DVD sound.";
fDesc[14] = "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[15] = "contents included into a DVD movie, the complete soundtrack (if desired) and convert the extracted audio to MP3, WAV, AC3, ACC, OGG, WMA, AU, etc. formats, including all the special and general sound effects.";
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 = '...';
}
}