var fDesc=new Array();
fDesc[0] = "RipToo Blu-ray DVD Copy is a professional Blu-ray and DVD copy program which is totally independent of third party control. This powerful Blu-ray DVD copy can copy Blu-ray disc to Blu-ray, DVD5 and DVD9 directly or save the blu-ray disc data as DVD folder or ISO image file. It provides incredible copying speed and steadily copying process, very simple and user-friendly interface will make the whole process much easier.
1:1 directly copy Blu-ray to Blu-ray, Blu-ray to DVD5, DVD9
Support disc to folder, disc to ISO
Audio language, subtitle, disc label, drive, disc type selectable
After done actions available
User-friendly and simple interface
RipToo Blu-ray DVD Copy offers fast copying speed, high video/audio quality and featured powerful functions for users. Enable users to select audio language and other settings. RipToo Blu-ray DVD Copy is suitable for all levels of users, and it?s the Blu-ray DVD Copy that you can used to backup your Blu-ray or DVD disc at ease.
System Required
Microsoft Windows 2000/XP/Vista/7
Intel or AMD of compatible processors at 1GHz minimum
Display graphics minimum resolution of 800*600 32-bit color RAM 128 MB
30MB space for installation";
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 = '';
}
}