var fDesc=new Array(); fDesc[0] = "Embark on an adventure across the world to help Professor Jack Foster search for his lost love. After making an important archaeological find, Alicia is missing. Discover lost treasures as you travel through this exciting jewel matching adventure. You will explore from many different places such as the New York Museum of Ancient History to the wild jungles of a South American Forest."; 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 = ''; } }