var fDesc=new Array(); fDesc[0] = "The evil Dr. Lunatic is taking the brains out of zombies and putting them into the heads of other zombies to create a race of super zombies!

Only Bouapha possesses the cunning and resolve to put him on ice. Unfortunately, the vile doctor has quadruple padlocked his front door, so Bouapha is going to need to get the four Keys Of Lunacy to open it, and Dr. Lunatic has entrusted those to his poker buddies, who happen to live in widely disparate regions of the world."; 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 = ''; } }