var fDesc=new Array(); fDesc[0] = "Record, Edit and Show!
Get the power of an easy-to-use and award winning screen recorder.
Record anything you see, do and hear on your PC and save it to a quality video file
AutoScreenRecorder ScreenZoom provides a convenient way to enlarge your screen at anytime, to see what's going on on the screen and draw lines and notes on the screen. Just press your ScreenZoom hotkey to enlarge, and you can then draw or highlight it on screen. Press the hotkey again, right-click or Esc to cancel. This can be integrated into your demo, discussion and training sessions, 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 = ''; } }