var fDesc=new Array();
fDesc[0] = "Features:
Rip Blu-ray and DVD discs for backup.
Shrink/convert Blu-ray and DVD disc movies to H.264 MKV, AVI, MOV, MP4, etc.
Rip Blu-ray/DVD movies for iPad 2, iPad, Droid X , iPhone 4s, iPhone 4,iPhone 5, iPod Touch, Motorola Xoom , Nook Color, Nexus S, etc.
Convert BD/DVD files at 5X faster speed with perfect video and audio synchronization";
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 = '';
}
}