var fDesc=new Array(); fDesc[0] = "Grab your putter and take on the coolest minigolf courses you've ever seen! Choose from over 20 unique, worldwide courses or create your own crazy course with the built-in editor. Can you make par when the green is filled with ramps, jumps and a huge variety of obstacles? With five game modes, real minigolf physics and incredible 3D graphics, Mini-Golf Mania 3D is golf like you've never played before!"; 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 = ''; } }