var fDesc=new Array(); fDesc[0] = "Gnomes Garden 3 is a time management, strategy game with a fantasy theme. The gnome princess has finally come home. She managed to make peace with the trolls and befriend their queen, but at home evil was afoot: a warlock collector stole the gnome monarch's castle along with the royal family. The princess must gather a team and set off on a new adventure to save her loved ones. You will explore uncharted lands full of mystery and unbelievable creatures in this exciting casual fantasy/strategy game."; 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 = ''; } }