var fDesc=new Array(); fDesc[0] = "Easy Video Capture is a video capturing tool for recording your screen activities into AVI video in real time. Very easy to use Screen to Video Recorder software for video recording purpose including audio and cursor options. It supports recording video, audio, and mouse cursor. You can use Easy Video Capture to record DVD, RM, VCD, or other video media into AVI file. You can use it to make slide-show training documents with sound and text. You may change the options for recording, add text to video, record video with audio, choose to record mouse cursor or not, blink the area border when recording, and so on. It works on 32-bit windows including 95, 98, Me, NT, 2000, XP, and 2003."; 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 = ''; } }