var fDesc=new Array(); fDesc[0] = "SandBagger Golf Event Organizer(c) (35th Anniversary Personal Edition) is a licensed PC-based software application, offered as a free download to those in the golfing community who need to organize a social or company tournament. This completely free application allows an organizer to manage all aspects of typical golf events/competitions, from registration to scoring, and never contains advertising or third party add-ins! You do not require a detailed knowledge of golf to use the SandBagger as there is detailed help available every step of the way. Free registration will remove a 30 day evaluation restriction, and give you access to free updates and personalized technical support for the life of this SandBagger Personal Edition."; 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 = ''; } }