var fDesc=new Array(); fDesc[0] = "NightCry is a 3D point-and-click horror adventure game. Welcomed aboard a luxurious cruise liner, you are spending your time enjoying this rare opportunity. But at the height of the evening, things are not as they appear as a murder brings it all to a grinding halt. With no idea which direction to turn, blame is thrown around the ship in panic as the guests start to suspect one another. As night falls and a cry echoes out through the ship, the true nightmare begins. You must search for the answers and save yourself and others from a terror you can't begin to explain."; 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 = ''; } }