var fDesc=new Array();
fDesc[0] = "Iovsoft Blu-ray Copy support copying of single disc.
It means that if you have only one burner, you can copy the Blu-ray to your hard disc provisionally, and then copy it to another disc.
You can see the rest of space on your computer with this program; so that you will know whether you need to compress your Blu-ray when you copy.
Under the promise of two burners, iovSoft Blu-ray Copy support disc-to-disc copy.
This copy is much faster than carrying out a single burner copy.";
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 = '';
}
}