var fDesc=new Array(); fDesc[0] = "4Videosoft TRP Video Converter is a video conversion software that allows you to convert TRP videos to all popular video formats like MP4, FLV, AVI, WMV and more. Also, you can convert TRP files to iPod and Apple TV compatible formats. TRP Video Converter provides options to adjust video settings and set audio properties and some editing functions like: adjust video effect, crop movie, join several files together and trim any segment as you like."; 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 = ''; } }