var fDesc=new Array(); fDesc[0] = "There are many treasures hidden around that you must collect. This great game will challenge you with different locations in a map. The main objective of each challenge is to find all the hidden objects listed to successfully complete each location and level. Find treasures and coins hidden in each location to earn bonus score points. At the end of each location this game will challenge you with a swapping puzzle, where you must swap adjacent tiles in order to match groups of three or more identical tiles to clear them. Each level and location will increase your task difficulty and the number of listed items. In this game you can play regular mode or timed mode. Increase your challenge and speed up your limit with time limit. In this mode if time ends you will lose. In this game you will find some clues and you will have two hints to find hidden object when you get lost. The game allows you to play, set options, check rules, see high scores, and quit the game. Get addicted to this story and enjoy this fun action."; 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 = ''; } }