var fDesc=new Array(); fDesc[0] = "Acrok Video Converter Ultimate can handle a variety of audio and video formats, Blu-ray/DVD discs, and ISO images of video discs. While ripping DVDs, you can chose the language streams, subtitles, etc. along with 5.1 Dolby surround sound. You can also trim, crop, add watermark, add subtitle, convert 2D to 3D, and apply effects to the video. This program can make use of NVIDIA's CUDA and AMD APP acceleration technology to improve the speed of conversion."; 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 = ''; } }