var fDesc=new Array(); fDesc[0] = "The Lord of The Rings Online is a game developed by Turbine Inc., the same people behind Asheron's Call. As if the name isn't indicative enough, Lord of the Rings online is based on Tolkien's famous books by the same name. There are locations also based on "The Hobbit" as well. As with any successful online game, an expansion was imminent, thus came Mines of Moria."; 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 = ''; } }