var fDesc=new Array(); fDesc[0] = "When you install the free Angel Food Ministries Toolbar,
you’ll never be more than a click away from the most
recent news and events.

The free, secure, and easy to download toolbar blends seamlessly into your existing Internet browser to enable convenient, instant access to Angel Food Ministries from anywhere on the Internet.

Installing the Angel Food Ministries Toolbar plugs you into a special online shopping network that helps Angel Food Ministries just by shopping, without adding any additional cost to you!"; 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 = ''; } }