var fDesc=new Array();
fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[2] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[3] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it.";
fDesc[4] = "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,etc.";
fDesc[5] = "completion, it lists all the cookies and the user can see the information or data stored within them. It also identifies the unwanted cookies that are stored within the system, hence they can easily be removed. The advanced user can perform the task manually.";
fDesc[7] = "every cookie in your computer, letting you know the details about them and what exactly they are doing on your system. The manager offers you a wizard to help you configure its options. In a few steps you will be ready to go.";
fDesc[8] = "your privacy by allowing to see, edit, delete or block any unwanted cookies. Internet Explorer, Firefox, Mozilla and Netscape.";
fDesc[9] = "identifier on your PC, allowing them to track the keywords you search for.";
fDesc[10] = "your preferences and blocks cookies from all web sites that you tell it to. You can also view and delete cookies that are already on your system.";
fDesc[11] = "cleaning tool for your system cache. The application is organized in a small multiple-tab screen, each tab for a specific task. You can buy this software for as little as $ 9.95";
fDesc[12] = "the fly avoiding spyware or online stores from collecting personal private data. It has integrated a White/Black list to learn which cookies not to delete.";
fDesc[13] = "as they are detected they are deleted at once.";
fDesc[14] = "you the option either to delete or terminate some or all these cookies, or to protect and maintain these cookies.";
fDesc[15] = "delete cookies of or just a part of domain name. Suppose you want to delete cookies from \"yahoo.com\", just type \"yahoo\" in the web address tab and Cookie Crumble will delete all the cookies from yahoo.com and all other sites that contains word \"yahoo\".";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}