var fDesc=new Array(); fDesc[0] = "Agent Thomas Rogan learns from his bride, that a crash occurred in the building organization "Series 14" in which a doctor conducted horrific experiments that ended in failure. The results of his experiments flooded house and the surrounding area. The hero needs to get deeper into S14, in order to understand how to stop this nightmare."; 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 = ''; } }