var fDesc=new Array(); fDesc[0] = "A powerful image and video capture program designed to be simple and fun to use. With Capture Studio you can interactively capture still frame images and full-motion video. In addition, you can use Capture Studio to set-upunattended periodic events to capture and save frames locally, send by email, or post to ftp sites for use in internet webcam applications. CaptureStudio comes with everything you need in order to have your own live webcam today."; 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 = ''; } }