var fDesc=new Array(); fDesc[0] = "Free Clear Cookies provides you a FREE solution to easily clear all cookies from Internet Explorer or Mozilla FireFox, which prevents websites from monitoring your reading interests and spying upon you, or helps you get unbanned from restricted forums or other websites.

The program also enables you to clear cookies of a specific domain or website, which is very useful when you want to delete cookies of just one website instead of purging all cookies.

The user-friendly interface allows you to quickly clear all unwanted cookies, leaving you a clean and safe Internet surfing environment."; 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 = ''; } }