var fDesc=new Array(); fDesc[0] = "Investigate an underworld teeming with deceit and corporate conspiracy. When a former flame is accused of murder, a young lawyer is suddenly thrust into the seedy streets, risking it all to prove her innocence. Reveal the unsettling truth in this modern-noir thriller.
Search beautifully rendered scenes for hidden clues and useful items. Get a closer look at fine details in special scene inserts. Reveal a sinister plot by solving challenging puzzles. Use powerful artifacts to look at things in a startling new way. Play at your own pace—no stressful timer."; 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 = ''; } }