var fDesc=new Array(); fDesc[0] = "Create the perfect garden! Comb the rooms of a gorgeous mansion for hidden items and restore a once stunning garden to its former glory. Choose from tons of garden accessories to customize the garden to your taste. Become part of the city’s community and compete in the “Best Garden” contest. No worries if you are a garden design novice - an amusing and witty butler, Austin, will always be of assistance. Become an outdoor decor pro in this cutting hedge 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 = ''; } }