var fDesc=new Array(); fDesc[0] = "Get a handle on your Awana Club record keeping with ClubNite Manager, a Commander's best friend. Easy to use, but loaded with features, ClubNite Manager accurately maintains your club records, computes points, tracks clubber progress, and produces over 30 reports at your command. Take your club night from a frantic shuffle of paperwork to an organized, simplified process. Free yourself up to spend more time with clubbers! You may even free up an assistant or two to help out in other areas. You've got enough to keep track of at club night."; 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 = ''; } }