var fDesc=new Array();
fDesc[1] = "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[2] = "digital media. Create HD or standard discs with studio-quality personalized menus. Use the new Edit Room to add polish to your videos, with titles, music and effects. Archive, share and play your music, data, photos and videos on CD, DVD, HD DVD or Blu-ray Disc.";
fDesc[3] = "is fully compatible with Windows Vista operating system.";
fDesc[4] = "format. It supports a wide range of DVD formats and creates an interest in the users to gather the available memoirs to meaningful collection of images. The movie can also have audio suitable for the occasion or event integrated with titles";
fDesc[5] = "complete DVDs, with menus, titles, subtitles, audio and video. The process implies that you drag and drop audio, video and subtitles onto a timeline. You can also select subtitles for each movie and alternate audio streams.";
fDesc[6] = "levels of visual quality, compression and control. DivX Pro plugs into your video software to produce high-quality movies (at one-tenth the size of a DVD) for viewing on your PC or, with DivX Certified DVD players, right on your TV.";
fDesc[7] = "to DVD disc at high speed and with an excellent output quality. With this incredible program will be able to combine your video files into video slideshows with beautiful transition effects and a customizable menu.";
fDesc[8] = "on DVD, without requiring any special knowledge. Besides, it has a very easy-to-use interface where making backups will be a simple and fast process.";
fDesc[9] = "The DVD creation capability turns your slideshow productions into DVDs that you can easily share with friends and family on your TV.";
fDesc[10] = "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[11] = "There are many ways you can add your videos to the application. You use your digital camcorder (HDV), tuner, or import high definition videos.";
fDesc[12] = "video files that you can then burn into a single-layer recordable DVD disc. You can shrink the whole DVD or just the main film in it, and customize the output files to fit either a 2.5 Gb or a 4.7 Gb disc. This efficient software uses the open source ShrinkTO5 DLL for high-end results.";
fDesc[13] = "piece of software can save previous burning sessions that you can use later. It supports CD-R, CD-RW, DVD-R, DVD-RW, DVD-RAM, DVD+RW, and DVD+R discs. Extra CD DVD Burner also erases your -RW discs.";
fDesc[14] = "Ray or HD DVD data or discs. This tool is for someone who needs to buy the Corel WinDVD 9 with blue ray enabled player, and can see whether his computer is fully prepared to run a blue ray or HD/DVD.";
fDesc[15] = "Maker, everyone can create their own dvd with high image quality, high speed encoding, and a good looking dvd menu! My DVD Maker support video format converting, such as converting all video to avi, wmv, and rm. Features: Convert all video to dvd Support design and create dvd menu High speed in dvd converting High image quality Burn dvd Support NTSC & PAL dvd setting Support ac3 and mpeg2 audio encoding Support converting all video to avi format Support converting all video to wmv format Support converting all video to rm format Support batch converting";
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 = '...';
}
}