var fDesc=new Array(); fDesc[0] = "The Traveler is an interdimensional RPG. Though there will be many settings, it will be based in the year 2018, where an onslaught on natural disasters, including the eruption of super volcanoes, has killed off 3/4 of the earths population, burnt up 90% of the earths oil, and covered half of the planet in a dark foggy haze."; 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 = ''; } }