var fDesc=new Array(); fDesc[0] = "Retro Shooter is a 3D shooter game with a gameplay that will remind you of Wolf3D and Doom3D, with similar graphics and music that will play on your nostalgia. There are five locations to carry out your missions to destroy all enemies and to find the key."; 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 = ''; } }