var fDesc=new Array(); fDesc[0] = "A long time ago, the Dacians asked their gods to hide their treasures. Now, you have been chosen to find the treasures and return them to your people in 7 Gates: The Path to Zamolxes! Pass through different temples and return home in this amazing Match 3 game. Embrace your destiny as the chosen one as you progress through tons of levels and find the incredible treasure in 7 Gates: The Path to Zamolxes!"; 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 = ''; } }