var fDesc=new Array(); fDesc[0] = "Interstellar Rift is a First Person Starship Simulator with an emphasis on open world exploration and multiplayer interaction. Players will need to survive in a hostile galaxy with their own custom designed and constructed starship. Space is vast but you won't have to face it alone, other players will be able to join you aboard your ship to help you man your vessel’s more complex devices and equipment."; 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 = ''; } }