var fDesc=new Array(); fDesc[0] = "Flying bomber is one of the easiest arcade games out there. Piloting a small bomber plane your objective is to drop a bomb directly on the target.

And your targets are skyscrapers of a big city. You have to hit them precisely and hit them hard. Blowing up the city is the only thing that counts. And all you have to do is to wait for a single right moment to hit that space bar and drop loose that big bomb. A great stress killer for in between and a perfect game to play with your young child. Drop some bombs and drop them now!"; 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 = ''; } }