var fDesc=new Array(); fDesc[0] = "A detailed Strategy Guide made specifically to help you get through the game but not spoil the fun. The curse is real. Explore the Great Pyramids, find the ancient scroll, and solve the Riddle of the Sphinx. Match wits with disingenuous archaeologists, survive ingenious deathtraps, and decode ancient puzzles."; 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 = ''; } }