var fDesc=new Array(); fDesc[0] = "Free Video Cutter Expert is a powerful, multilingual and versatile video cutter that you can use to easily cut videos into one or more segments.It is absolutely free and with it, you can remove undesired parts such as trailer or advertisements from video or you can also split videos into equal parts or split them by time. It supports almost all popular video formats such as MP4, WMV, FLV, AVI, MPEG, MOV, MKV, 3GP, SWF and VOB. It does have preview,storyboard and fade in-out."; 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 = ''; } }