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] = "CD and DVD content without using the physical disc -- just click on a desktop icon to launch a virtual CD with access rates up to 200 times faster.";
fDesc[3] = "version now incorporates CPRx? technology to ensure the highest level of success copying the latest generation of DVD movies.";
fDesc[4] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD.";
fDesc[5] = "quickly and efficiently.";
fDesc[6] = "install, has all the DVD copying functions in one place, and will produce an excellent quality DVD copy to a single DVD disc.";
fDesc[9] = "recover your data even when Windows does not boot.";
fDesc[12] = "just one disc (No need for 2 discs) Highest Possible Video & Audio Quality Restore Scratched or Defective DVD movies Supports both NTSC and PA";
fDesc[13] = "downloaded movies & video files to watch on your TV! Copy DVDs, copy PS2, PS1, and PC games, transfer VHS tapes to DVDs, make MP3s. 90 day risk-free trial.";
fDesc[14] = "professional-looking DVD with a variety of multimedia content. This software is aimed primarily at the serious hobbyist and mid-range professional videographer who wants a user-friendly program.";
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 = '...';
}
}