var fDesc=new Array(); fDesc[0] = "Bandicam can be used to record anything on your Windows desktop, including 2D/3D games, streaming videos, a media player screen, presentations, and video chats. It can capture games that use DirectX, OpenGL, and Vulkan graphics technologies. With a high compression ratio, captured videos will be saved in the best quality at low file sizes. You can also use this tool to capture webcam feeds, IPTV, Xbox, PlayStation, and other external video sources."; 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 = ''; } }