var fDesc=new Array(); fDesc[0] = "Boppin', the first game created by Accursed Toys, is available for Windows!
Boppin' contains ridiculous graphic depictations of bitmap sprites commiting seppuku! Oh perfidy!
You can move up or down by using elevators. An elevator can be called to you by holding the action button while moving the joypad, mouse, or pressing a key in the direction of the elevator. This will call the elevator."; 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 = ''; } }