var fDesc=new Array(); fDesc[0] = "Brorsoft Video Converter Ultimate is an all-in-one media toolkit which lets you rip, backup Blu-ray/DVDs and convert and edit videos in one place. With this tool you can convert any video and any kind of DVD/Blu-ray movie without any barriers. Also, you can convert and edit video files from various formats, including MOV, MP4, AVI, WMV, MKV, FLV, 3GP, VOB, and more. With the NVIDIA CUDA technology, the conversion is processed on NVIDIA's GPU instead of your computer's CPU, leaving more of your CPU available to handle other applications."; 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 = ''; } }