var fDesc=new Array(); fDesc[0] = "Them: The Summoning is the first part of a tripartite story that takes you deep into the heart of mystery and the supernatural. After you inexplicably lose two close friends and you're framed for a murder you haven't committed, you become restless. You must single-handedly get to the bottom of it all. Find hidden items, solve puzzles and play games with destiny!"; 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 = ''; } }