var fDesc=new Array(); fDesc[0] = "Mini GolfMaster your skill with the original 18 holes that started it all. Features Improved game play, including a new Zoom feature and smooth play. Total of 36 holes, 2 skill levels beginner and advanced. You can play while offline. No need to tie up your phone line! Enhanced Power bar for presision putting. Track your personal best scores. New Quick Help, teaches you the controls as you go. New viewing controls which let you view other areas of the hole while playing. Now you have the option to choose from four different Mini Golf characters. New extensive sound track."; 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 = ''; } }