var fDesc=new Array(); fDesc[0] = "Price Finder is an add-on to your Chrome web browser that helps you shop. It works by identifying when you’re on a supported retailer website and shopping for a specific product. If the product is available at other supported stores, the extension will show you where and at what price. It searches over 70 million products at hundreds of retailers instantly."; 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 = ''; } }