var fDesc=new Array(); fDesc[0] = "MESH:Falling Hero is the third game in the MESH:Hero series. This time, all of the "old objects" have been thrown out (except for a couple, like Hearts and Rocks) and a whole new set of objects have been implemented. Additionally, gravity nows pulls all objects DOWN the playfield. So, in order to move around, the Hero must climb ladders, jump off of ledges, ride elevators and flying platforms, all in the quest for Hearts.

Each level of the game is a self-contained puzzle, carefully constructed so as to present you with serious challenges and lots of fun. There are 102 levels in the licensed version of the game (15 in the shareware version), and complete solutions to all levels (just in case you get stuck)."; 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 = ''; } }