var fDesc=new Array(); fDesc[0] = "Ookong is a browser extension that provides price history chart for many Amazon products, allowing you to follow any product, and alerts you when the price drops. The extension can help you find your own deals (follow the items you want to buy). buy at the right time (check the price history chart), and never miss a deal (get a notification when the price drops)."; 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 = ''; } }