var fDesc=new Array(); fDesc[0] = "MES Athletic Director is a full-featured software program designed to do the paperwork part of your job and allow you to manage your sports program with a minimum of effort.
A variety of view screens and printed reports are available with a few clicks of the mouse. Game and officials contracts as well as eligibility are available as appropriate."; 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 = ''; } }