var fDesc=new Array(); fDesc[0] = "Supaplex is a game for the PC (DOS) that requires at least a 80286 processor (it can be run on a 8086, but can be too slow then), and a VGA monitor. Apart from this, you will need a brain in good shape to solve the puzzles in the game. If you remember the ancient BoulderDash game, the game concept in Supaplex is quite similar. If you don't know anything about BoulderDash, the best way to find out is to play the game, but I'll try to explain anyway."; 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 = ''; } }