var fDesc=new Array(); fDesc[0] = "House of 1000 Doors: Serpent Flame is a game in which your mission is to return to the House of 1,000 Doors to save mankind from annihilation. You have to travel back in time to four different epochs to gather the elements needed to activate a machine that can destroy the ancient beasts."; 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 = ''; } }