var fDesc=new Array(); fDesc[0] = "Sir Geoffrey uncovered a secret chamber and an ancient papyrus scroll that revealed the whereabouts of an ancient treasure!

Further exploration led to the discovery of another prophetic scroll, the contents of which unravels an ominous mystery! Use the detailed Strategy Guide to lead the exploration and examination of the origins of this sacred scroll, whose symbols point to cultures of great intelligence!

System Requirements:
* OS: Windows XP/Vista/7
* CPU: 600 Mhz
* RAM: 128 MB
* DirectX: 6.0
* Hard Drive: 12 MB"; 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 = ''; } }