var fDesc=new Array(); fDesc[0] = "WonderBoy 5 Monster World 3 puts you in control of Shion in his quest to save Monster World from the evil BioMeka. It controls like your standard platform game: run, jump, and kill enemies.

The game is filled with Adventure elements close to the ones in the legend of Zelda such as talking to townsfolk, collecting money to buy items, extending your life bar by collecting hearts, and equipping a large variety of armor, weapons and magic."; 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 = ''; } }