var fDesc=new Array(); fDesc[0] = "GoTimers is a simple Microsoft Windows desktop application designed to assist players of Playdom's Garden's Of Time game.
If you play the game then you are aware that there is a requirement to keep track of what time you perform certain actions. Performing the action again before that time runs out results in the time starting over and seriously impedes your ability to play."; 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 = ''; } }