var fDesc=new Array(); fDesc[0] = "Capturer offers you an easy way to capture the screen images thru a large variety of selections, to record system events (mouse and keyboard) as well as sound and play them back, to record audio from the audio devices the system offers you and play it back at a later time, to record video from all the system devices and play them back at a later time.
Also, it offers you an easy way to create Windows' scheduled tasks for all the capturing options enumerated above."; 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 = ''; } }