var fDesc=new Array(); fDesc[0] = "Propero is a futuristic racing game for the PC featuring dynamic music and numerous graphical effects. It is a senior game project at DigiPen Insitute of Technology and has been developed by Happy Brain Games. HBG is comprised of Damon Thompson, Jason Runta, Ben Barrett, Pat Laukaitis and Matt Wilson.Propero can be played either via gamepad (recommended) or keyboard. When using the keyboard, press the up arrow to accelerate, the down arrow to deccelerate / go in reverse, spacebar to boost and Z / X to strafe left and right respectively. Press the ~ key to access the console, type 'help' and press enter to view a list of console commands and their uses."; 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 = ''; } }