var fDesc=new Array(); fDesc[0] = "liteCam Game is a nice program that records DirectX/OpenGL games. The program minimizes impact on actual gaming performance while recording up to 100 FPS. It also allows you to convert recorded video files to a different file format, so that you can upload it to YouTube or to any devices to watch them anytime anywhere. Include your mouse pointer, a title, credits, and a logo in your video with liteCam Game, as well as yourself with PIP. Use liteCam Game’s simple editing features to bring your video together."; 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 = ''; } }