var fDesc=new Array();
fDesc[0] = "Enable to protect content on a CD-RX media with only few mouse clicks. Protect your games, software, documentation or multimedia content.
Features:
- Superior copy protection strength and performance.
- Ability to also protect recordable discs with the use of CD-RX - The first, truly copy protectable CD-R in the world, and the only commercially successful CD-R
copy protection solution.
- Content Copy Protection – The first copy protection technology that can protect content files such as PDF and program files.
- Virtual Digital Hologram technology – VDH is a powerful and virtually impossible to imitate identification and authentication element.
- Simple and easy to use tools that help you complete all your copy protection tasks with just a few clicks of your mouse.";
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 = '';
}
}