var fDesc=new Array(); fDesc[0] = "It combines Blu-Ray Ripper and Video Converter, which helps you decrypt all protected Blu-ray and DVDs for letting you directly rip/convert/copy Blu-ray and DVD with chapter, subtitle to hard drive or media devices, and also gives you an effective way to convert all popular videos to play on iPad, iPod, iPhone, Android Phones, Xbox 360, and so on."; 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 = ''; } }