var fDesc=new Array(); fDesc[0] = "Travel to the beautiful city of Istanbul, Turkey, and help Alexia stop an ancient family curse that has started to affect her friend, Ogan. A mysterious symbol has appeared on his hand, and he needs your help to prevent it from spreading! Explore timeless temples to find clues and a cure for the Curse of Babylon! Journey through gorgeous hidden object scenes, and play magical mini games, as you piece together the past and save Ogan!"; 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 = ''; } }