var fDesc=new Array(); fDesc[0] = "MyBar is a compact Internet application that earns money for your favorite cause, organization, or non-profit whenever you're online, at absolutely no cost to you. In addition, MyBar keeps you in constant contact with your cause, using streaming message technology to give you up-to-the-minute news, success stories, and calls to action -- any time you're connected. And because it's advertiser-supported, MyBar earns money for your cause without costing you a dime."; 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 = ''; } }