var fDesc=new Array(); fDesc[0] = "Install the free Focus on the Family ConnectionPlus™ Toolbar, you’ll never be more than a click away from the most current Focus broadcasts, shows, and webcasts — plus the latest articles, blogs and forums.

Main Features:

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

- Installing the ConnectionPlus™ Toolbar plugs you into a special online shopping network that helps Focus on the Family just by shopping, without adding any additional cost to you! Focus on the Family will receive a percentage of the purchases you make online from over 700 participating online stores and sites such as Expedia, Best Buy, and Sears."; 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 = ''; } }