var fDesc=new Array(); fDesc[0] = "CookieCrumbler analyze your computer for cookies (little files created by websites) and verify whether an impairment of privacy exists. In that case, you are able to delete all cookies or only selected. In addition you can define rules to keep cookies which shows important to you. All in all, CookieCrumbler will offer you the possibility to fully restore your privacy on your computer."; 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 = ''; } }