var fDesc=new Array(); fDesc[0] = "This game is the collector´s edition of the original game which adds some extra interesting features like: Integrated Walkthrough and Strategy Guide. Find all eight of the Forbidden Holographic Diary Artifacts to learn about Pandora's secret past. Solve the Glyph Quest to unlock the Secret Chamber of ZEM. Inside the Chamber of ZEM, complete eight bonus puzzles and hidden object scenes to unlock the addictive ZEM Match Three puzzle game. Compete for trophies and more."; 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 = ''; } }