var fDesc=new Array();
fDesc[0] = "DVDFab Passkey is a Windows-based driver that works on-the-fly to unprotect encrypted movie DVDs and Blu-ray discs. It can remove all known DVD and Blu-ray protections just in seconds, and allows you to use any software to access unencrypted DVD and Blu-ray disc content. Please note that, it's FREE during BETA stage.
Remove all known DVD and Blu-ray protections
Allow you to watch any DVD/Blu-ray without any limit
Work with any software to access unencrypted movie content.
DVDFab Passkey works the same way as a background driver to remove the protections. It is powerful enough to work for both DVD and Blu-ray, and can remove all known DVD and Blu-ray protections just in seconds.
With Passkey, you can enjoy your DVD or Blu-ray without region limit and third party's help. And any other software is allowed to access the unprotected DVD/Blu-ray movies, so you can freely copy, clone, burn them or convert them to other formats according to your specific needs. You can also feel free with its flexible settings.";
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 = '';
}
}