var fDesc=new Array(); fDesc[0] = "Help Anna follow an ancient map and conquer the obstacles in her way to find the lost treasures of ancient Atlantis! As a young and ambitious archaeologist, Anna discovers a fragment of a mysterious map leading to the underwater kingdom. Dive into Atlantis: Mysteries of Ancient Inventions, and scour awesome Hidden Object scenes to discover secrets that have been protected for centuries.

Requirements:

OS: Windows XP/Vista
CPU: 1.2 GHz
RAM: 512 MB
DirectX: 9.0
Hard Drive: 139 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 = ''; } }