var fDesc=new Array(); fDesc[0] = "People are disappearing from the slums of an Indian city under mysterious circumstances! After spotting ghosts, a young belly dancer turns to the Mystery Agency for help. Help Saraja and Scott investigate these disappearances and find a magical talisman in Mystery Agency: Secrets of the Orient! Go on a dangerous adventure and find the ancient artifact before a sketchy gangster boss does!"; 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 = ''; } }