var fDesc=new Array();
fDesc[0] = "RipToo Blu-ray Copy can easily and fast backup your Blu-ray disc movies and allows you to remove unwanted part. Riptoo Blu-ray Copy is a mighty Blu-ray copy program which can help users to copy Blu-ray disc movies to BD-R/Res or hard disk drive.
Riptoo Blu-ray Copy is independent of third party control and owns the ability of decrypting and burning Blu-ray discs.
Main Features:
- Blu-ray Copy
- Full copy
- Personal setting
- Rich after ripping actions";
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 = '';
}
}