var fDesc=new Array(); fDesc[0] = "Mini Golf Championship allows you to test your skills against computer-controlled players on 3D replicas of the world's top courses. After you've mastered the simple controls, you can show friends and family what you've learned in Multiplayer Mode. Crisp graphics, beautifully animated greens and realistic physics will help to immerse you in the experience."; 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 = ''; } }