var fDesc=new Array(); fDesc[0] = "iToolSoft Blu-Ray Ripper is an application that helps you rip and convert Blu-ray discs and DVD discs to popular HD or SD video files. At the same time, it enables to playback on most multi-media player devices such as iPhone, iPod, iPad, Apple TV, PSP, PS3, Xbox, Zune, Blackberry and other mobile phones. It offers fast ripping speed, steady ripping process, high video/audio quality and easy-to-use interface."; 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 = ''; } }