var fDesc=new Array(); fDesc[0] = "Cut any video clip as you want. Trim large bunch of movies, videos and camera recordings into small piece files. Directly leading-in large video and crop it. Cut out mistaken/blank/unnecessary content from the videos. Quickly cut video with Direct Stream Copy Technology - no re-encoding process. Preview the clipped video in Real-time. By selecting the start and end positions, you can easily cut and split your video files as you want. Conveniently and accurately display current video screen when you move mouse to cut the frame."; 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 = ''; } }