var fDesc=new Array();
fDesc[0] = "DVD Copy Tools is a DVD movie copy software which makes archive and backup DVD movie as possible. You can copy all of your DVD movie collection and even those CSS-encrypted and region-protected discs.
Main features:
- Copy your DVD movie in a very short time
- Supports all popular DVD-R/RW and DVD R/RW burner, includes Double-Layer(DVD-9, 8,5GB) DVD burner.
- Playable in almost all home/PC DVD players
- Copy all the Special Features, Menus, Subtitles & Languages
- Perfect Video & Audio Quality";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}