var fDesc=new Array(); fDesc[0] = "Fight your way through the streets of a zombie infested city to save the survivors of a disastrous chemical accident that changed most of the city's population into mindless brain hungry monsters. Time is the enemy and your car is a weapon as you race through the streets smashing everything on your way including fences, phone booths, street lamps and hordes of zombies. If you get tired of rescuing people, take part in the Blood Race tournament. Chase other cars and take them down without mercy on special racing tracks populated with the zombie horde. Earn loads of cash while you progress through the events, unlock new rides and purchase weapons of mass destruction to become the ultimate Blood Race leader board champion."; 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 = ''; } }