var fDesc=new Array(); fDesc[0] = "Just Breakout is a step-up from the traditional game of bouncing ball on tiles with special features to give you additional thrill. Just Breakout offers you tremendous excitement while it also tests your patience and reflexes. The objective of the game is no doubt the same as traditional versions of the game and that is to clear all the tiles on the screen. When

you do that, you will advance to the next stage which is often more difficult but more special features will be

available at your disposal. One thing that sets Just Breakout apart from the bouncing-ball tile games is the

uniqueness of the special features. There is a super ball that enables the ball to pass through the tiles without bouncing away and extra balls are also there for grasp while the usual features such as smaller paddle or faster ball are also included. However, you have to rely on good reflexes and understanding of angles to be really proficient in the game. Just Breakout is a great game for everyone and you will have a smashing good time as you discover the different stages waiting for you. Have fun as you breakaway with Just Breakout."; 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 = ''; } }