var fDesc=new Array(); fDesc[0] = "Princess Sheba found the secret Lotus Garden and discovered the ancient map! Now begins the adventure of puzzles to claim the Temple of Jewels! Journey through 50 exciting levels across the ocean, over the mountains and through the desert oasis! Collect beautiful jewels, color bombs and energy balls all on the ultimate quest to find the Temple of Jewels!"; 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 = ''; } }