var fDesc=new Array(); fDesc[0] = "Neo is awake and ready to fight for the future of people. You will have to fight against the virus in the guise of Agent Smith. Don't underestimate them! They are powerful fighters! Simple controls, original and intuitive gameplay, familiar characters and cartoon graphics. Take the role of Neo and fight against the virus."; 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 = ''; } }