var fDesc=new Array(); fDesc[0] = "RipToo Video Converter is a multi-functional video converting tool which can convert all popular HD(HD AVI, HD MPEG2, HD MPEG2 TS, HD MPEG4) SD (AVI, MPEG, WMV, H.264/AVC, DivX) video files as you like.
With this program you can easily put any video, audio, animation images into your multimedia player devices and enjoy at anytime and anywhere. Also allows you to capture pictures from video files and save them as popular image files."; 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 = ''; } }