var fDesc=new Array(); fDesc[0] = "Play Amazing Adventures The Lost Tomb – Find the Lost Tomb: You are an adventure seeker who travels the world in search of forgotten & lost treasures. Search for hidden objects and circumvent unique puzzle traps to recover the Lost Tomb of Ancient Egypt.

Play over 100 levels with 7 different types of mini-game puzzles. Take on 20 missions traveling to amazing Egyptian locations like the Sphinx, the Great Pyramid of Giza, the River Nile and many more.

Play Amazing Adventures Around the World – A Worldly Seek & Find Adventure: Pieces of an ancient tablet have started turning up around the globe and the Museum needs your help to find and unearth the broken pieces to lead you to the most expensive gem ever known...the "World Diamond". Complete over 100 levels by finding hidden objects & circumventing unique puzzle traps.

Explore 25 unique & exotic locations around the world. Find over 2100 hidden objects in 3 different game modes. Play 8 different types of mini-games including place-the-differences, spot-the-differences. Good luck on your worldly adventure!"; 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 = ''; } }