var fDesc=new Array(); fDesc[0] = "Ease Screen Recorder is a easy-to-use screen recorder software.

It is able to record the action and sound from all screen activity on your computer and saves it to mp4,flv,swf and wmv video files. Record any area on your desktop, an object area, a window or full screen. Easy and automated video file name creation"; 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 = ''; } }