var fDesc=new Array(); fDesc[0] = "Aimersoft Video Editor Software enables you to preview the video and adjust the cutting settings like starting time, ending time and file length; set the splitting manually and automatically; adjust the video and audio parameters like frame rate, resolution, bit rate, encoder and so on to get the best quality. This best video editor software also supports lots of formats like AVI, MP4, MOV, MPG , WMV, ASF, M4V、MKV、DV, VOB, and other common formats.
With this Video Editor you can set the point of splitting manually or split file automatically according to time, size, or equal division."; 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 = ''; } }