var fDesc=new Array(); fDesc[0] = "Aplus Screen Recorder is a easy tool for creating software demonstrations, website helps, user training movies, and any video tutorials by capture screen activity from the windows desktop in to standard AVI movies, EXE files that can play in your PC.

Aplus Screen recorder supports capture your Screen, Video player, Webcam and recording your Microphone (or system MCI) to make your videos tutorials that your created easy to understand. it is very smart tool that can record all event on your screen including move the cursor, launch a program, type text, click button, select menus and annotate anything on your step. it is the most perfect video tranning tutorials creating program on internet by now."; 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 = ''; } }