var fDesc=new Array(); fDesc[0] = "Terrordrome - Rise of the Boogeymen is a fan made game, a tribute to the most popular horror movie icons of the 70’s, 80’s to 90’s. The game makes use of 3D models that faithfully replicate the iconic characters and integrate them as 2D art style. Each of their fighting style stay true to their nature and abilities as seen in the movies."; 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 = ''; } }