var fDesc=new Array(); fDesc[0] = "Empty Soul takes you into the story of a young scientist girl, who suffered a terrible accident. Due to that fact, she started to experiment creepy nightmares. What Solan doesn't know is that all her pain and dreams are somehow connected. Her mission is to reach the end of the horror, while surviving from all kind of enemies."; 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 = ''; } }