var fDesc=new Array(); fDesc[0] = "Bigasoft Total Video Converter can handle a wide range of video and audio formats including TiVo, HEVC/H.265, AVI, Xvid, DivX, H.264, and MP4. This program features video conversion profiles of portable devices such as iPad, BlackBerry, PS3, and Xbox, making it easier for a novice user to select the proper output format. Before converting, you can cut, trim, crop, and merge video segments."; 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 = ''; } }