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] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc.";
fDesc[3] = "video files to other formats many times. Most formats are only supported by some applications, and having to change applications all the time just to encode a file is turn-down. However, not all is so dull nowadays.";
fDesc[4] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out.";
fDesc[5] = "FTP server or write to a CD or a DVD. Just try DoubleSafety and get 30 days of joyous security.";
fDesc[6] = ", MPEG2, ASF, WMV, VOB, and DAT files among each other. Power Video Converter boasts an easy-to-use graphical user interface which really makes it easy to convert files.";
fDesc[7] = "that we may have on our computer automatically and starts playing it. Then we can stop playing this video, pause it, go backwards to the previous/first chapter, go forwards to the next/last chapter, and increase/decrease its sound volume.";
fDesc[8] = "their computers. With this program, you will enjoy the benefits of recording your favorite TV shows to watch them whenever you want on your computer in any media player.";
fDesc[9] = "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[11] = ", audio files, and extract audio from video. It has a really simple user interface with profiles for the most common portable audio and video devices including iPod, PSP, and iPhone.";
fDesc[12] = "and burn the ISO file to a CD/DVD-R disk. The software can also rip your CD/DVD discs to an ISO file, and burn it. You can use the feature to get CD / DVD image ISO file or copy your data from a CD/DVD disc quickly.";
fDesc[13] = "The output file can be just the entire movie or it can be splitted by chapters, time or size, obtaining all the audio DVD contents divided in parts that can be merged as the user desires.";
fDesc[14] = "Recorder helps in recording very high quality media. These recordings are made directly from the sound card. It also helps recording of the mentioned streaming audios directly to the required format without creating temporary files.";
fDesc[15] = "Capture, Edit, Convert and Burn are all supported by this powerful tool.";
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 = '...';
}
}