var fDesc=new Array(); fDesc[0] = "Finally a browser feature for Shopaholics. This will save you money everyday on all your online shopping. Just click the +Free button and get this feature and shop the way you do. It is intelligent enough to pick the product you interested in and search all the other Indian E-commerce sites and recommend the same or similar product at bargain prices. You can then buy the same product from the site which gives the best deal or can continue shopping on your favorite site.

Saves time & effort : There are deals , discounts, sale, promotion that keeps happening on various E-commerce site. Its not possible to track all the sites and get the best deal for the product you want to buy. Let this be done by "Dealz". It will search all the sites and will get you the best deal. By installing this extension you completly agree to our "End User License Policy" & "Privacy Policy" mentioned on our main website. This app is very well tested and approved by Google Chrome to be published on Chrome 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 = ''; } }