var fDesc=new Array(); fDesc[0] = "Julia is surrounded by unusual circumstances after she receives a mysterious phone call. The caller asks Julia to rescue her twin sister Sophia, who was abducted many years ago. When Julia reaches an abandoned laboratory to rescue her sister, she discovers there is more to this mystery than a mere abduction. Find out the sinister plans of the secret cult of the Oracles and stop their forbidden experiments."; 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 = ''; } }