var fDesc=new Array(); fDesc[0] = "You can help raise funds to build Dr. King's Memorial on the National Mall in Washington, DC simply by searching everyday using your favorite web browser and the MLK Memorial toolbar. For every search you perform using the toolbar $.05 will be donated to the Washington, DC Martin Luther King, Jr. National Memorial Project Foundation."; 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 = ''; } }