var fDesc=new Array(); fDesc[0] = "Tipard TRP Media Converter, the best and user-friendly TRP Converter, provides you with outstanding functions to convert TRP video to any other video and audio formats as needed. This TRP Video Converter allows you to convert TRP file to MPEG, FLV, H.264, 3GPP, MOV, DivX, XviD, HD video, etc. Also you can extract audio from TRP file with this TRP Converter. Moreover, this TRP Media Converter supports most portable devices, such as iPad, iPod, iPhone, Apple TV, PSP, PS3, Wii, Zune, Xbox, Sony Walkman, Google Phone, BlackBerry, etc. 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 = ''; } }