var fDesc=new Array(); fDesc[0] = "Galaxy Scraper sends you on a zany platform-style adventure in the vein of Super Mario Galaxy, only raunchier. At the outset, you have to careen around a planetoid,, knocking little red, yellow, and purple creatures that look like two-legged gumdrops into a toothy mouth yawning out of the ground. Once you've fed it enough, you have to beat a timer to the planet's backside at which point you'll be "expelled" to your next destination."; 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 = ''; } }