var fDesc=new Array(); fDesc[0] = "D3DGear is a fast video game recording software for Windows users. It can easily record video games in HD without slowing the game down. The game recording function supports microphone recording, Push-To-Talk recording, and face camera overlay recording. The program works very well with resource-intensive games, such as Skyrim, Battlefiled, Call of Duty, Crysis, Arma 3, Metro and many other video games."; 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 = ''; } }