var fDesc=new Array(); fDesc[0] = "Dr. Wily. Megaman has one last chance to be saved. He could be saved by your maintenance robot called Eddie. Though this robot was never meant to be part of a combat on the ground, your friend Dr.Light gave him some extra powers that should help him rescuing Megaman. Your goal is to sneak into Dr. Wily’s castle, eliminate guards and save Megaman. This simple free action game is full of surprises and you will have hours of fun playing it. Stop wasting your time, download it and play – it is free!"; 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 = ''; } }