var fDesc=new Array(); fDesc[0] = "DealScout brings the excitement back into the web shopping experience. When you visit a shopping site, DealScout automatically searches across thousands of online stores to find the most up-to-date information and prices. If you want to save time and money when you shop online, then DealScout is the perfect shopping companion for you.

You’ll see the findings on the side of your browser window and know instantly if you’ve already found the best deal, or if you can get what you want for less with just a few simple clicks."; 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 = ''; } }