var fDesc=new Array(); fDesc[0] = "PricePeep is an application that helps you save time and money when you shop online. When you visit a shopping site, PricePeep automatically searches across thousands of online stores to find the most up-to-date information and prices.

You'll see the findings in 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 = ''; } }