var fDesc=new Array(); fDesc[0] = "The Approved Workman database was created to help club secretaries reduce their recordkeeping burden, and to help leaders spend more of their precious time in ministry to kids instead of completing paperwork.

For starters, it frees you from the burden and limitations of an inefficient paper-based recordkeeping system. Once you have entered your clubbers and leaders (and that process is easier than you might expect), you will be able to easily perform vital club administration tasks much more quickly and accurately.

You will be able to do so much more and share your data because it won't be trapped in paper records. You can view, analyze, and run a wide variety of reports to instantly extract important information to help manage your club.

You can print attendance reports, award listings, achievement reports, worksheets, photo directories, mailing labels, name tags, and pre-filled Registration forms for example.

Basically, you will be able to perform all the tasks you do now in a fraction of the time, and you will discover new capabilities and ways to serve your club even more effectively."; 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 = ''; } }