var fDesc=new Array(); fDesc[0] = "JARKANOÏD 3 is a Breakout/Arkanoid simulation programmed by Jérôme BARJOT. As it was developed during spare-time, it took me a long time to reach this result. My first attempt was really a bad game. The second one (JARKANOÏD 2) was not so bad. This third attempt looks better to me and can be considered as one of the best Breakout/Arkanoid simulation. The way to play JARKANOÏD 3 is still the same, you will have to break this bloody walls of bricks. You still have to lead balls with your bat. You give a direction to the ball. Sometimes, when you destroy a brick, a bonus frees. It can be either a good or a bad stuff. So, just choose to catch it or not. Do not forget :"don't miss a ball !""; 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 = ''; } }