var fDesc=new Array(); fDesc[0] = "The Solus Project is a single player exploration adventure game with survival elements. The action is set on a mysterious and seemingly uninhabited alien planet. You need to survive through exploration, and unlock the mysteries of Gliese-6143-C. The game has 10 large entirely handcrafted levels to explore. Explore and puzzle your way through 5 islands and 5 large tombs/caves."; 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 = ''; } }