var fDesc=new Array(); fDesc[0] = "PAC-MAN, the world famous arcade classic, returns in this faithful rendition right on your PC! Who can forget the countless hours and quarters spent avoiding pesky ghosts while chompin' on dots and gobbling up the fruit for bonus points? Play Classic Arcade mode, featuring all the original arcade graphics you know and love, or check out the new Enhanced Mode with updated graphics and sounds! Play through all 256 dot-chomping levels of PAC-MAN and test your skills with all new stats!"; 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 = ''; } }