var fDesc=new Array(); fDesc[0] = "Naturpic Video Cutter is a powerful video editor that can cut and join Video file. You can use this software to extract segments or convert a single Video/Audio file. It comes with fast speed and supports a lot of popular video and audio formats, such as 3GP, AAC, APE, AVI, M4A, MP3, MP4, OGG, F4V, FLV, MOV, MKV, VOB, WMA, WMV, etc. Video cropping, flipping and rotating are supported. The 'Direct stream copy' function is able to cut Video file directly without re-encoding. It doesn't install any codecs on your computer because all encoders/decoders are built-in."; 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 = ''; } }