var fDesc=new Array(); fDesc[0] = "Travel deep into the mysterious jungle of the Lost World! The nefarious treasure thief Jacques has kidnapped another damsel, and it’s up to you to stop his evil plans before she is sacrificed at the spooky full moon ritual. Journey through haunted ruins and diabolical traps on your quest to find the secret Golden Treasure, and unravel the mystery of this epic adventure before it’s too late in this exciting Hidden Object Puzzle Adventure game!"; 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 = ''; } }