var fDesc=new Array(); fDesc[0] = "Mad Bombs is an action and puzzle game at the same time, in which you have to place mad bombs on every zombi. You must try to carry the flames and blow up obstacles and zombi pirates to reach the next level. If you solve the puzzle in a record time, you will earn more bonus points.

In some levels you will have to use various elements to jump or climb in order to complete the mission."; 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 = ''; } }