var fDesc=new Array(); fDesc[0] = "Reflections of Life: Equilibrium is a hidden object game with a magical theme. You have been summoned to Creatos to save Princess Espera, who has been attacked by magical vines. But you soon realize that the attack on the Princess was only a distraction to capture the Queen. It is up to your to reveal the villain and return the Queen. In this Collectors edition, you get an additional bonus game, where you should save Creatos once more. It also comes with various mini-games, concept art, collectibles, and achievements."; 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 = ''; } }