var fDesc=new Array(); fDesc[0] = "Willy's Incredible Journey - An amazing adventure across an alien land!

Willy always liked to travel, but when he crash-lands on an alien planet, he's in for the trip of his life! Guide Willy as he journeys night and day through a fantastic world, braving sun, snow and more as he battles hostile alien robots and gathers energy to recharge his teleporter. With 60 levels to finish, plus a bonus mini-game, this little spaceman needs all your help to find his way back home!"; 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 = ''; } }