var fDesc=new Array(); fDesc[0] = "GamerCap is a lightweight, easy-to-use video capture utility. It focuses on capturing game play using advanced devices like the Hauppauge HDPVR, HDPVR2 and Rocket, adding features like the ability to add user commentary using microphone audio and/or webcam video, and live streaming to services like Twitch and Hitbox."; 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 = ''; } }