var fDesc=new Array(); fDesc[0] = "Apowersoft Screen Recorder is an easy-to-use and professional desktop tool for recording screen and audio activity at the same time. It also allows you to save your videos as standard WMV files. By using its built-in converter, you can convert those WMVs into AVI, MP4, FLV, and SWF, and many other formats with no quality loss.

In addition, it enables you to create scheduled tasks, as well as opt to trim the duration and crop the area, to meet your preferences. Moreover, it supports capturing any pictures on the screen, including full window, select window and custom area."; 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 = ''; } }