var fDesc=new Array(); fDesc[0] = "Welcome to the wonderful world of PakMan 2008. Enjoy the real 3D scene and animated characters in this Pacman-like arcade game. Lead your hero through the maze and collect crystals, but caution: bad opponents try to stop you. The full version offers 80 mazes with power shields, freeze bonuses, magic bridges and other features. You will enjoy 3D graphic effects and wonderful music score. Select your hero for a great journey: PakBoy or PakGirl. Play through level after level, battle wily monsters and win! This game is the best in strategy with hand eye coordination. Good, clean fun for all arcade lovers."; 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 = ''; } }