var fDesc=new Array(); fDesc[0] = "Star Wars™: The Old Republic™ is the only massively-multiplayer online game with a Free-to-Play option that puts you at the center of your own story-driven Star Wars™ saga. Play as a Jedi, a Sith, a Bounty Hunter or as one of many other Star Wars iconic roles and explore an age over three-thousand years before the classic films. Become the hero of your own Star Wars adventure as you choose your path down the Light or Dark side of the Force™."; 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 = ''; } }