var fDesc=new Array(); fDesc[0] = "Virus Z is a 3D zombie shooter with a third-person view. You must wade through crowds of the walking dead with your partner. Zombies are very fast here, and you will struggle to get away from them, so you must rely only on your reflexes and accuracy. Also, from out of nowhere, a huge monster-mutant may appear at any time."; 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 = ''; } }