var fDesc=new Array(); fDesc[0] = "Aerothe Acro Bat 2 is completely free. You may play it as much as you like without paying a single buck. Going into it, this 16-bit sequel from Sunsoft seems to offer about what you'd expect. Not a revolutionary departure from the original Aero adventure, but just a continuation of the Acrobat's same style of platforming play. With a different setting. Aero the Acrobat 2 ditches the signature circus scenery of the first game and swaps in, instead, a variety of much more generic levels that just don't have the same appeal as the trampoline-filled, trapeze-equipped, overcrowded-with-clowns stages we saw before.
It is the sequel to Aero the Acro-Bat and dedicated to famed Brazilian racer Ayrton Senna who died in a car crash during a Grand Prix."; 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 = ''; } }