var fDesc=new Array(); fDesc[0] = "This software is an internet cookie viewer, shredder and manager. Cookies are a bits of information that a website may save or as they say drop on your PC when you first visit the site. Ever wondered what info they contain? This software allows you to look at the list of cookies, their content, the parameters saved and even securely remove them from your PC. One of the special features of this utility is that you can selectively search for and delete a specific cookie by a site domain name."; 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 = ''; } }