var fDesc=new Array(); fDesc[0] = "VidCrop PRO is a complete video cropper for various digital video formats. User can remove useless frames and also parts of the frames by cropping it, which gives a zoomed in, cramped image with much important video information. By using VidCrop PRO you can simply edit your video files by zooming it as far as your resolution will let you and use edited and more informative video file for yourself on your website, blog or just play it on your computer."; 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 = ''; } }