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] = "them to a new DVD. It can copy DVD-5/DVD-9 type DVD movies to DVD-9(Dual Layer) disc, also supports the compression of DVD-9 type DVD movies to DVD-5 disc.";
fDesc[3] = "if your DVD movie is a big one (DVD-9, DVD-10). But fortunately, there are programs like Apollo DVD Copy that will greatly simplify this process.";
fDesc[4] = "CD, DVD, HD-DVD, and Blue-ray discs. One great thing about this application is that it gives you a bunch of wizards to take care of both the basic and the most advanced tasks.";
fDesc[5] = "computer hard drive or to blank discs. The program works with a very fast speed and it does it with a high level of quality. This efficient application allows you to copy an entire DVD or to copy just the episodes you select from your DVDs.";
fDesc[6] = "blank DVD disc or to a hard drive location folder. BlazeDVD can copy DVD-5 and DVD-9 discs; splitting DVD-9 discs to two DVD-5 discs automatically, copying all special features, menus, subtitles, audios, leaving nothing behind.";
fDesc[7] = "clicks you get completely the same as the DVD movie you bought that can be playback on both PC&Home DVD player in 30 minutes.";
fDesc[8] = "helpful software tool for users’ to create CD/DVDs for future use. The good news for users’ is that with Easy CD DVD Copy, this task of copying their collections of CD/DVDs is very easy.";
fDesc[9] = "like menus, different audio streams and subtitles..";
fDesc[10] = "quickly and efficiently.";
fDesc[11] = "without any loss and shrinking an 8.5 GB DVD (D9) movie to fit a 4.37GB DVD (D5) disk with high quality";
fDesc[12] = "menus, bonus tracks etc.";
fDesc[13] = "use movie clone engine which can copy any DVD movie on the market.";
fDesc[14] = "click \"start\" button,you can get the copy in 1 hour";
fDesc[15] = "technology.Burn DVD movies to DVD-R(W) and DVD+R(W) discs. Copy every language available on original DVD. Supports both NTSC and PAL DVD movies.";
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 = '...';
}
}