var fDesc=new Array(); fDesc[0] = "Gnomes Garden: New home its a time management game for Windows users. After defeating the sorcerer collector, the gnomes returned the castle to its old form. However it continues to stand in the grey wasteland and nothing would grow. To prevent starvation, the princess decides to set off on a journey to find the secret Green Recipe. You will venture through an unknown land full of secrets and mysticism and you'll restore ancient cars, plant magic gardens, manage resources and build buildings."; 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 = ''; } }