var fDesc=new Array(); fDesc[0] = "Pavtube ByteCopy allows you to convert videos to various formats with multiple audio tracks and subtitles. With this program you can back up your Blu-ray/DVD collection to multi-track MKV without quality loss, rip BD/DVD movies to MP4 and MOV with multiple audio streams, convert BD/DVD from hard discs to virtually any popular video and audio format, and more."; 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 = ''; } }