var fDesc=new Array(); fDesc[0] = "Cookie Crumble is very useful if a website or forum has banned you or is monitoring your online activity with tracking cookies. This powerful cookie cleaner can also wipe ALL cookies from Google Chrome, Internet Explorer, and Mozilla Firefox. Cookie Crumble also allows you to un-ban yourself on many websites and "reset" your website status with a given domain. By safely wiping unwanted cookies from your PC, Cookie Crumble provides a powerful level of protection guarding your online privacy."; 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 = ''; } }