var fDesc=new Array();
fDesc[0] = "Produce protected DVDs and secure your software using TrusCont DVD-R Protection Toolkit.
TrusCont DVD-R Protection Toolkit is a easy to use software for recording and protecting files on TrusCont Enhanced DVD-R media.TrusCont DVD-R Protection Toolkit is based on Nero Burning Rom and supports a wide range of DVD recorders.
Key Features :
- Perfect resistance to recording software and hardware
- Totally transparent to end users (no passwords, no driver installations, etc.)
- Protected content is useable as long as the original medium is present in a local drive
- Fully compatible with standard DVD devices and Windows operating systems";
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 = '';
}
}