var fDesc=new Array(); fDesc[0] = "Join with Star Wars fans across the world and jump into exciting adventures 24 hours a day, seven days a week! You and your friends will travel to legendary Star Wars locations with famous faces from the films. Along the way, you can meet up with others on missions that take you across the galaxy, fighting against many familiar foes from the Star Wars universe. If combat isn't your thing, you can choose to support those fighters through crafting necessary items or providing entertainment that inspires combatants to fight harder."; 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 = ''; } }