var fDesc=new Array(); fDesc[0] = "Main features:

- Re-ignite your school meal program
- Market health and wellness to the community
- Increase participation
- Post menus to your district's website
- Top-rated, award winning customer support!
- Choose from our portfolio of layouts, templates and graphics for holidays, nutrition education or just everyday clipart to customize your districts menu calendars
- Create and save your own unique calendar templates for future use
- Import your own one-of-a-kind clipart, graphics and pictures
- Prepare menu calendars for your district's website
- Highlight special announcements and nutrition information to give them the attention they deserve"; 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 = ''; } }