var fDesc=new Array(); fDesc[0] = "Sprocket Rocket is a physics-based puzzle game. Help Wallace & Gromit collect cogs to fix their ship and fly to the moon!

You'll need creative skills and some madcap ideas to constantly reinvent your rocket and overcome obstacles along the way! Use the arrow keys to fly your ship.

Press M to view the map, E to edit your ship, Z and X to rotate a tool and space to drop a tool when flying. Full details can be found in-game."; 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 = ''; } }