var fDesc=new Array(); fDesc[0] = "Last Dream is an RPG game in which you can delve into a sprawling storyline spanning nearly one thousand years and experience the world of Terra through over an hour of flashback cutscenes. You can gather and trade the Ancient Elven Relics for a Dorian ship or trek through the uncharted depths of the Woods of Despair."; 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 = ''; } }