var fDesc=new Array(); fDesc[0] = "Control your paddle ship and knock the ball into the brick brigades with 50 fun filled levels breakout style. Plenty of powerups like paddle grow, clone ball, money bars, score multipliers, ball barrier and level warp. Capture the best bonus Phasers and shoot a glowing plasma ray that destoys all bricks in its path. Several powerdowns you want to avoid are rain storm, paddle shrink and be extremely careful of the overhead airplanes as they will try and stop you. 4 different brick types including invisible ones with a 16 color spectrum. Vibrant music with 3 difficulty modes makes this game very enjoyable and entertaining. After your game upload your score to the internet and be ranked against players from all over the world."; 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 = ''; } }