var fDesc=new Array(); fDesc[0] = "mediAvatar Video Cutter is a program that helps you to cut clips out from any video and output them one by one or as a merged one. Also with this program you can import, cut and convert nearly all high-definition and standard-definition video formats, cut AVI, MP4, MKV, WMV, 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 = ''; } }