var fDesc=new Array(); fDesc[0] = "OneClick Video Capture is a video capture program with a powerful capture function and intuitive interface made suitable for every customuser. With OneClick Video Capture, users can capture video or image from other devices, DV and TV capture with just a few clicks and they still can browse captured files in file browse window.
Users can set video compression codec, device properties and camera properties in OneClick Video Capture."; 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 = ''; } }