var fDesc=new Array(); fDesc[0] = "Tipard DPG Converter is specially designed for NDS fans to convert video to DPG/DPG2/DPG3/DPG4 and MP3, MP2 audio. Apart from the basic conversion function, this DPG Video Converter enables you to split source video file, adjust the output effect, add watermark, select audio track and subtitle, crop the video play region and specify the exact output parameters. All of these can help you to improve the output video quality. Plus, with newly adopted NVIDIA® CUDA™ technology and multi-core CPUs supporting technology, the converting speed is 6X faster now."; 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 = ''; } }