var fDesc=new Array(); fDesc[0] = "Night of a Million Billion Zombies is a 3D action shooter that challenges the player to fight their way through a city crawling with the living dead. NOMBZ features 5 playable characters, each with unique weapons and abilities.

Fight your way through 25 crazy zombie filled levels and reach the helicopter to escape. Wield devastating NOMBZ weapons such as chainsaws, molotov cocktails, and submachine guns to fight off throngs of zombie enemies."; 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 = ''; } }