var fDesc=new Array(); fDesc[0] = "Up Pro is a browser add-on that helps you save money when you shop online. When you access a product on an online store of your choosing, Up Pro recognizes the product you're viewing and instantly searches for it in thousands of other online stores. The toolbar then shows up at the top of your browser and you get to see other online stores that sell the same product at a lower price."; 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 = ''; } }