var fDesc=new Array(); fDesc[0] = "Playing this GameHouse application of a Match-3 puzzle format game, requires great peripheral vision during matching puzzle items and attention to details when listening for clues during the various, mission guiding story telling segments. It is called Experiment-2, The Gate Of Worlds.
It can be played by one or more players. This game has a "Mission-Impossible" type format where players can only succeed in helping the "damsel in distress", or rather the game's heroine, by completing the various puzzle challenges.
The mission pertains to obtaining an ancient secret by traveling through the world's 4 elements of Air, Earth, Fire and Ice. And of course to progress in this journey is to succeed through the escalating levels of play such as Timed Level, Arcade Level, Puzzle Level, and Combo Level. Trophies can be achieved as players perform well. However, doing so is easier said than done as a dreaded, count down, timer can activate and force players to hurry and eventually mess up if too much time is spent completing any puzzle."; 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 = ''; } }