var fDesc=new Array(); fDesc[0] = "What is SmartShopper?
Created by shoppers like you, SmartShopper makes online shopping simpler and more reliable.

Fast, easy to use, and free – with SmartShopper, you can always be sure that you're getting the best deals from the best merchants, while still shopping how and where you want. SmartShopper gives you timely advice on where and what to buy, offers you unbiased opinions from other users and experts, and suggests alternative product options when relevant.
A Great Deal is Not Always About Low Price
SmartShopper realizes that consumers define great deals by more than just price. To help them make smarter decisions, SmartShopper offers:"; 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 = ''; } }