var fDesc=new Array();
fDesc[0] = "Abcc DVD Clone is professional, easy-to-use DVD clone software which can clone your favorite DVD to a single recordable DVD disc with amazing high speed and top quality. You can clone an entire DVD movie - including menus, trailers, and special features to a single DVD disc. You can get a perfect and direct copy at a much better speed. Abcc DVD clone is very easy to use, the unique DVD clone wizard will guide you step by step. It is a ideal DVD clone tool for both beginners and veterans.
Main features:
- Clone your DVDto a single recordable DVD disc.
- Very easy to use for both beginners and veterans.
- Copy DVD movie to hard drive without any loss of quality.
- Amazing high speed and top quality.
- Run on Microsoft Windows 98, NT, 2000, XP, Vista.";
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 = '';
}
}