var fDesc=new Array(); fDesc[0] = "The world of computer games is packed with tough challenges, triumphant victories, and spectacular failures. It’s even better than good when you have the opportunity to not only tell your friends about a fantastic match in Counter Strike or an epic battle in World of Warcraft, but also share your gaming experience with your peers all over the planet. Movavi Game Capture can help you create a collection of the most memorable moments in your virtual life so you can relive them, and other people can enjoy them!"; 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 = ''; } }