var fDesc=new Array(); fDesc[0] = "The fate of mankind hangs in the balance as a buccaneer strikes out across dangerous waters to discover the source of a devastating plague and destroy an ancient evil intent on wiping out humanity. You take the role of Elizabeth, a strong and confident hero, as she explores visually striking environments in her efforts to learn the truth.

You search for clues and hidden items in a ruined island town, use your wits to overcome the terrifying creatures that demolished an Indian village, and avoid the smoke monster that threatens to end your journey. To advance, you'll need to find four dolls and learn to use each one's unique power."; 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 = ''; } }