var fDesc=new Array(); fDesc[0] = "MESH:Hero's Hearts is a puzzle game, no quick reflexes are needed (or useful), only quick thinking. It's your challenge to move the Hero around the playfield and pick up all of the Hearts, then reach the Exit. (But don't get trapped or killed along the way!) Each time the Hero is moved, other objects on the playfield may (or may not) move also. Watch out for Rocks, Arrows, Creepers, Worms, Fire, and other objects potentially hazardous to the Hero's health. Learn to use Rafts, Bridges, Balls, Rollers, Balloons, LandPlugs, and many other objects to help you solve the puzzles."; 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 = ''; } }