var fDesc=new Array(); fDesc[0] = "Travel from the deserts of Egypt to the coasts of Japan and the entire world over and help Alex collect the Travel League`s stolen jewelry in this fun and exciting hidden-object game! Track down Isabella, the thief, and return the priceless jewelry to the right hands. Find important artifacts to trade for the jewels in clever hidden-object scenes, and master tricky mini-games, to help keep the Travel League in business!"; 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 = ''; } }