var fDesc=new Array(); fDesc[0] = "Crunchdeal was designed from the ground up with online shoppers needs in mind to make the experience of the comparison online shopping simple, easy and fun.

Having your Crunchdeal personal shopping assistant on your desktop you will always get best deals from the greatest online stores, best merchants while keeping the process fast, smooth and easy.

Crunchdeal assistant provides you with unobtrusive timely advices on where to buy the items your are searching for at most affordable prices.

You will stay constantly updated with unbiased reviews and opinions from other online shoppers like you."; 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 = ''; } }