var fDesc=new Array(); fDesc[0] = "The story is gripping, the writing is superb, and the atmosphere is very authentic. I can highly recommend this title. You are sent on a mission; it is critical for the war effort, they tell you. But their eyes are cold and empty, and there are ghosts in the ruins of the world. Hell is closer than we think. You feel ill."; 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 = ''; } }