var fDesc=new Array(); fDesc[0] = "4Videosoft 4K Video Converter is a program that supports converting 4K to 1080p HD videos. The program allows you to import 4K resources with many different video formats, such as MP4, TS, MKV, AVI, FLV, WebM, MOV, MXF, AVI, and it provides 6 kinds of 4K output formats (MP4, WebM, TS, AVI, FLV, MKV). Also, it allows you to crop the area size of video and keep the output aspect ratio as 16:9 or 4:3 for getting a perfect playing effect."; 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 = ''; } }