var fDesc=new Array(); fDesc[0] = "Scoregasm is an incredible, variety rich shooter with a non-linear, branching paths style galaxy to explore.
The game is set in a little galaxy made up of a network of different levels, which you progress through in a non-linear fashion, opening up new routes and levels depending on how well you play."; 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 = ''; } }