var fDesc=new Array(); fDesc[0] = "AVS Capture Wizard is a powerful yet easy to use application that allows you to transfer video from DV and VHS cams to a hard drive and create your personal video DVDs. This incredible program also enables you to capture videos from TV tuners, DVB cards and WEB cameras, and to encode video directly to MPEG 4 instead of native hardware uncompressed video format and save free space on your computer. What is more, the application features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. In addition to this, the utility allows you to convert video for portable devices and upload it via Infrared, Bluetooth or USB; extract audio and images from video files; enhance and edit your movies, rotate, add logo, delete episodes, apply effects and much more. All in all, if you are looking for a great application that allows you to transfer video from DV, miniDV camcorders, VHS and webcams, AVS Capture Wizard is perfect for you."; 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 = ''; } }