var fDesc=new Array(); fDesc[0] = "Do you want to make an AVI movie of happy time from your portable video devices? Magic Video Capture is designed for you.
Magic Video Capture is a professional-quality video production designed to capture and record screen activity in real time. You can capture moving action, even sound and image from TV Tuner card, digital video, digital camera, USB cameras, PCI capture card and other capture devices. The captured file can be saved as AVI or WMV format in minutes. Magic Video Capture also enables you to do more with your video files, for example you can add text or watermark to video and record video with audio."; 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 = ''; } }