var fDesc=new Array(); fDesc[0] = "With Good2Give CI ToolBar you have access to the Good2Give Children's Charity Mall using the "Shop Now" button. Click this button every time you shop online to help rescue children from the devastating effects of poverty.
The Good2Give toolbar also enables you to search popular sites such as Google, Yahoo, Amazon and the Bible directly from the toolbar and contains news updates from the Good2Give Children's Charity Mall as well as occasional special offers."; 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 = ''; } }