var fDesc=new Array(); fDesc[0] = "The We-Care Reminder automatically makes your purchases count, even when you forget to click through the mall. Use these Downloads to promote and raise money for your cause.
You and your friends can fundraise as a team with the Shop & Give Gadget. And you can use our Web Badges to drive traffic from your website, blog, or social media profile to your cause's marketplace."; 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 = ''; } }