var fDesc=new Array(); fDesc[0] = "MySmartPrice is a browser extension that provides the best prices on products across 100+ online stores. You will get the best deals and coupons from all e-commerce stores and online travel agencies. The extension also provides instant price drop alert as soon as the price drops for your favorite product. Additionally, you can get the sale notifications whenever there is any sale event going on any store."; 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 = ''; } }