var fDesc=new Array(); fDesc[0] = "In Rocknor's Bad Day, you assume the role of Rocknor, a humble robot who's lost and looking to get back home. On his way, he'll cross 36 lands, each packed with clever puzzles, conniving foes, ominous obstacles. Rocknor's Bad Day features puzzle after puzzle requiring a sharp mind, some quick reflexes, and an attitude towards creative problem solving.

Rocknor the robot lives in a world that works: switches open and close doors, Transmats teleport you across the land, Control Panels and Punchcards grant access to new areas, and Speedramps whisk you to your destination in a hurry."; 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 = ''; } }