var fDesc=new Array(); fDesc[1] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system."; fDesc[2] = "product is designed for a local network. It e-mails or exports chat logs by only indicating the IP address you wish to monitor. If you set it, the program also can block any chat conversation or use passwords and hotkeys protection."; fDesc[3] = "Stopper Professional blocks, or quickly closes, pop-up and pop-under ads in ALL browsers, including FireFox, AOL, MSN, Netscape, Internet Explorer & more!"; fDesc[4] = "accounts. It can notify you of new mail, can detect undesired messages and lets you delete mail with large attachments without downloading it."; fDesc[6] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds."; fDesc[7] = "highlighting. It combines the functionality of a multi-window browser, an advanced bookmarker, picture saver, popup and ad stopper"; fDesc[9] = "who uses the Internet. Works with browsers as AOL, IE, MSN Explorer, Opera, Juno and Netscape."; fDesc[10] = "privacy, ad-blocking and anti-spyware features of many great privacy products into one utility. This is the first product to block all it all."; fDesc[11] = "tool for anyone who uses the Internet. Works with browsers as AOL, IE, MSN Explorer, Opera, Juno and Netscape."; fDesc[12] = ", slow surfing speeds, spying cookies). Works with all Web Browsers (AOL, Netscape, Internet Explorer, Opera)"; fDesc[13] = "and Yahoo messenger controls, user monitoring (including keystroke logging), STEALTH options, and more..."; fDesc[14] = "windows startup or with your browser window startup. Instant Notification - Play one of many sounds."; fDesc[15] = "checks and retrieves your e-mail messages from multi accounts such as POP3, IMAP, Hotmail, MSN, AOL, Yahoo and Gmail. With the program, you can preview message in HTML or plain text, or directly delete unwanted messages on the server. Spamcc Pro uses Bayesian analysis technology to detect spam. It also supports message and attachment filter. Other filter features include Friends List, Blacklist, Country Blocking and Encoding Blocking. The unique grouping filter enables you to view grouped messages from family, friends, workmates and other customizable categories. Spamcc Pro can trace e-mail and show geographical location of sender, validate the message is from the location you expect."; 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 = '...'; } }