var fDesc=new Array(); fDesc[0] = "If you want to save time and money when you shop online, then DealScout is the perfect shopping companion for you.

When you visit a shopping site, DealScout automatically searches across thousands of online stores to find the most up-to-date information and prices.

You’ll see our 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 = ''; } }