var fDesc=new Array(); fDesc[0] = "DUFFER DAVE is an avid golfer who is determined to bring down his handicap. Everyday he goes to his local golf driving range and works on his swing, however, he must first retrieve his golf bag and the bucket of practice balls to begin his daily practice.

Help Duffer Dave reach the bucket of practice golf balls in each of the 50 challenging puzzles. Using crates, gopher holes, balls and other objects, you must avoid the holographic sandtrap lasers and reach the bucket of golf balls to solve these puzzles. The solutions are provided if you need help. A mind-bending challenge for all problem solvers."; 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 = ''; } }