var fDesc=new Array(); fDesc[0] = "Webster's dictionary defines the term "pantheon" as any given civilization's gods. So get Rome out of your head because this additive, gem-smashing, match-3 game is set in ancient India. Embark on an amazing journey through beautiful locations to the heart of India. Discover artifacts and collect deities as you solve puzzles and unwind to a relaxing soundtrack and a myriad of ambient noises including waterfalls and chirping birds. According to legend, anyone who can collect all of the deities will have wisdom and power, and fortune will be bestowed on them forever."; 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 = ''; } }