var fDesc=new Array(); fDesc[0] = "Garden Golf is a new, high-quality, and easy-to-use mini golf game for your PC and Mac. Enjoy three 18-hole courses packed with fun and varied obstacles such as tunnels, treadmills, and more! Perfect your technique in full-screen with 3D graphics and a light-hearted atmosphere. Each hole is manageable and can be completed at or under par with practice and logic"; 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 = ''; } }