var fDesc=new Array(); fDesc[0] = "Amazon Toolbar is a handy and user-friendly application that will make shopping at Amazon.com very easy and fast. The toolbar includes different categories that help you find exactly what you are looking for more quickly. You can also type the product that you want and the program shows all the things available that match your keyword. In the tab Todays Deals, you can find the best prices of the day and the Hot 100 tab includes the top sellers presented in 26 categories. In the New releases tab, you can find the upcoming products also in many categories. It provides a quick access to the cart and some tools including zoom in/out, zoom default settings, highlight search terms, and block popups. The only problem I encountered when installing the toolbar is that my the antivirus alarm went off, but it does not include any kind of malware. This toolbar can only help you if you fequently buy on Amazon, because it does not include any other feature.
It supports Windows 98, ME, NT, 2000, XP or Vista, and Internet Explorer and Mozilla Firefox."; 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 = ''; } }