var fDesc=new Array(); fDesc[0] = "Shop Share Give to Pets Chrome is an add-on for Google Chrome that enables you to help the animals just by shopping online at participating retailers. This app allows you to direct portions of your online purchases to the cause you are most passionate about, and all of this simply by shopping online the same way you always have, at no cost to you. Inviting friends to use this program is another way of helping the animals."; 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 = ''; } }