var fDesc=new Array(); fDesc[0] = "Growler Guncam is a game recorder and screen capture tool that allows users to create video from games and other programs. Guncam can turn this video into AVI files, animated GIF files, and even JPEG screen shots Use Guncam to create a machinama masterpiece, use it to share your game exploits with friends, or just use it to help improve gamee-play."; 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 = ''; } }