var fDesc=new Array(); fDesc[0] = "ApowerREC can record anything on your screen including your desktop activities, live streaming videos, web meetings, and so on. You can capture your activity on the full screen or within a specifically set, customized region on your display along with audio, and it has a great ability to keep videos synchronized with audio. Besides, recording webcam or capturing screen together with webcam is also feasible, and you can record a video chat or make a tutorial video with this screen recording software."; 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 = ''; } }