var fDesc=new Array(); fDesc[0] = "Come join in the new and greatest experience derived from the nostalgic space cowboy we all know and loved. Here you have a voice, and therefore a reason to be apart of the community. With new optimization, utilization and all the problems you can muster fixed, there won't be a reason to log off.
You will get immersed and enjoy the new content brought to you and the events that keep you coming back for more. Welcome to SBS, where we'll really make you the best space cowboy pilot, minus the pay to win."; 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 = ''; } }