var fDesc=new Array(); fDesc[0] = "Internet Cashback's Cashback Detector ", is an extension to your browser to help ensure you never miss the opportunity to earn cashback while you are online shopping!
It makes it really quick and easy to earn cashback and will mean you won't forget to do your shopping through Internet Cashback again. All you need to do is download the Cashback Detector and wait for it to alert you by a popup when you visit a shop which has a cashback deal, the popup will give you the chance to 'get cashback' which will redirect you to the shop using an Internet Cashback link so that we can trace your purchase to earn you cashback."; 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 = ''; } }