var fDesc=new Array(); fDesc[0] = "DeadCity Campaign is a custom campaign created for the Left 4 Dead game. You will have to kill plenty of zombies starting in the RiverSide city, then battling through the Back Alleys, over a Draw Bridge, at a Military Outpost finding yourself at a Water Plant and during the escape at the Subway Station."; 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 = ''; } }