var fDesc=new Array();
fDesc[1] = "1:1 ratio and super high DVD copy speed, compress DVD9 to DVD5 with great quality, copy DVD to DVD folder or ISO file.";
fDesc[2] = "your DVD collection to blank DVD discs, but also copy DVDs to hard disk folders,and burn DVDs from DVD-Video folder on your hard disk";
fDesc[3] = "movies from your DVD collection and convert videos in your hard drive to the most popular formats for playback on many portable devices like iPod, iPhone, Apple TV, PSP, PS3, Mobile Phones, Zen Players, iRiver, etc.";
fDesc[4] = "entertainment on portable devices.";
fDesc[5] = "ripper pack includes two powerful programs: DVD ripper and Video Converter, help you rip DVD and convert video with super";
fDesc[6] = "like menus, different audio streams and subtitles..";
fDesc[7] = "quickly and efficiently.";
fDesc[8] = "without any loss and shrinking an 8.5 GB DVD (D9) movie to fit a 4.37GB DVD (D5) disk with high quality";
fDesc[9] = "DVD to VCD/SVCD, MPEG, and AVI. DVD Copy Express intelligently searches for CPU types.";
fDesc[10] = "winthin 30-40 minutes without any loss of quality.";
fDesc[11] = "use movie clone engine which can copy any DVD movie on the market.";
fDesc[12] = "without having to insert a DVD on your DVD drive every time you want to watch them. With this efficient conversion tool, you will be able to rip all of your DVD movie files into different video formats in a very short amount of time and what is best about it is that it is extremely easy to use.";
fDesc[13] = "click \"start\" button,you can get the copy in 1 hour";
fDesc[14] = "completely the same as the DVD movie you bought. Copy/backup your precious DVD without any restriction. Coping DVDs has never been easier.";
fDesc[15] = "play/copy/backup software restriction-free, and it also supports copy/backup DVD to hard disk";
fDesc[16] = "is completely the same as the DVD movie you bought.";
fDesc[17] = "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.";
fDesc[18] = ", MPEG, MP4, WMV, 3GP, MOV, H.264,AVC, RMVB, FLV PSP MP4, iPod, iPhone, Zune etc. from all popular video format";
fDesc[19] = "into almost all popular video formats such as VCD, SVCD, WMV, ASF, WMA, DivX, MPEG1, MPEG2, MPEG4, AVI and Xvid etc.";
fDesc[20] = "can compress their DVD movies onto just one blank DVD. It's as easy as selecting the DVD content source, then its destination, and clicking copy.";
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 = '...';
}
}