var fDesc=new Array(); fDesc[0] = "Extract any segment from a video file by 4Media Video Cutter 2 with ease. 4Media Video Cutter 2 provides the easiest solution to cut video clips just by setting start point and end point respectively. You can clip as many video segments from one source as you want and have a real-time preview on the source and output files in the built-in media player. Almost all popular regular video formats and High Definition video formats are supported by this video cutting software, like AVI, MPEG, WMV, MP4, FLV, MKV, H.264/MPEG-4, DivX, XviD, MOV, RMVB, ASF, 3GP, DVH.264/MPEG-4 AVC (*.mp4), MPEG2 HD Video (*.mpg; *.mpeg) and etc."; 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 = ''; } }