var fDesc=new Array(); fDesc[0] = "DVdriver is a software tool that lets you use your camcorder with any software that works with webcams. It works by fooling Windows® into thinking that your camcorder is just an ordinary USB webcam.
Use your camcorder with the full range of webcam software available today. Just plug your camcorder into your PC's Firewire port, run DVdriver and start the software you want to use."; 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 = ''; } }