var fDesc=new Array(); fDesc[0] = "MiniCapture allows you to record everything you see on your display and webcam to MP4 files. Fast, Stable and High Quality! Whether you are school teacher, a university professor, a group leader or even a regular guy who is looking for a way to explain the basics of computer literacy to your mom or girlfriend, you must be concerned with finding a decent tool to capture the content of your computer’s screen and create nice-looking tutorials. If that’s the case, take a closer look at MiniCapture.The software can capture the whole screen, a separate window or a user-defined rectangular area, which comes really handy for recording application-specific tutorials and video guide"; 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 = ''; } }