var fDesc=new Array(); fDesc[0] = "BEMPU is much more than ordinary pinball. Gone are the days of static targets: Targets in BEMPU all are dynamic and move on their own and/or in response to being knocked around by pinballs. The table has a much more interesting configuration: Instead of being sloped in one direction, the table is more like a pyramid, sloped outward from the center. And a concept unknown before in the game of pinball has been introduced: MULTIPLAYER!"; 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 = ''; } }