var fDesc=new Array(); fDesc[0] = "Megaman - Revenge of the Fallen is a fan-made Megaman game that brings back nostalgia memories of all the old classic Megaman games of the past in a new, more expansive way. In this game you will experience brand new level designs, weapon uses, boss AI routines and collectibles to find.

Ver 1.4.1:
-Fixed a bug where going into the pause screen while holding certain inputs and then returning from the pause screen caused some weird behavior in certain situations
-Fixed a divide-by-zero bug involving the Hippo enemy's missiles.
-Centaur Man's running sound persisting after death should be fixed (again)
-Fixed a bug where starting a new game, exiting before completing the intro stage, and then restarting the saved game would send you straight to the RM select screen.
- And some others."; 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 = ''; } }