var fDesc=new Array(); fDesc[0] = "Generations Lost is completely free. You may play this game as much as you like without paying a single buck. In GENERATIONS LOST, you are Monobe, a man who knows nothing of his past or that of his people. In an epic journey of discovery, exploration, and self-realization, you must make your way through six sectors of the world, searching for answers and getting in some fighting along the way, too"; 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 = ''; } }