var fDesc=new Array(); fDesc[0] = "Cookie Monster 3.3 is the latest version of this freeware utility by Alberto Martinez Perez. We can free download it from the developer's website. Installing is very easy and quick and when the set-up is finished the detected cookies are presented automatically in the program main user's interface. This program has been designed to manage the cookies we have in our system, all but the sessions cookies that close automatically when the session concludes. We can access and select the options from the graphical toolbar on top of the main dialog box which features several icons for deleting all cookies in the list, deleting selected cookies in the cookies list, searching for matches between the cookie and favourites and bookmarks (Internet Explorer, Netscape and Mozilla, Netscape 7 only), refreshing the cookies list, exporting to and importing from a file the preserved cookies list,saving preserved,setting up the options, finding help at the help file,and exiting the utility.
New in this version: The "Preserve all cookies" button has been fixed."; 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 = ''; } }