var fDesc=new Array(); fDesc[0] = "Kris Allen is a researcher in the near Laynlend posted by order of the City military to extract valuable information. Strange events occur in a deserted city. In the beginning everything was fine, but then ... The flashlight mysteriously goes dead, a strange silhouette in the darkness, they look at you, and they love the darkness. Take a walk through the dark alleys, find if they want war and look for scary artifacts along the way."; 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 = ''; } }