var fDesc=new Array(); fDesc[0] = "Are you a Pinball Wizard?
How fast are your reflexes? Experience all the thrills and spills of the amusement arcade with 5 action-packed pinball tables that will push your skills to the max! This colorful, lightning-fast game is a must-have for all pinball fanatics!
Features: Several theme tables: Adventure, Disco, Kart, Wanted and X; Tilt feature; Unlock bonuses and multi-ball; Fantastic graphics and sound; High score table."; 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 = ''; } }