var fDesc=new Array();
fDesc[1] = "ever known in a browser. The only disadvantage I found is that Safari lacks any advanced security settings. You can block third-party cookies and some Web scripts, but you can't enter specific Web sites from which to accept or reject cookies.";
fDesc[2] = "non-commercial use only.";
fDesc[3] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom.";
fDesc[4] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders.";
fDesc[5] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[6] = "websites. Its powerful anti-phishing technology analysis all the websites you visit and alerts you if the site intends to steal your personal information.";
fDesc[7] = "offline! Serials 2000 7.1 version contains about 6 lakh serial entries! Now, installing software using these serial numbers available is illegal. But almost all home users are using pirated / cracked software or games!";
fDesc[8] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[9] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected.";
fDesc[10] = "Internet privacy. Able to stop pop-up ads windows and remove spywares.";
fDesc[11] = "different alert sign for each caller, Hidden Service, flags and priority for each call.. and much more... try it!";
fDesc[12] = "search engines are supported), we can see small icon on the right side of each link. A \"green\" tick means, good site. A \"yellow\" means linked to bad sites or have some threat level. A \"red\" \"X\" means, websites with virus or misleading contents.";
fDesc[13] = "to monitor and record every detail of PC and Internet activity. Records programs used, keystrokes typed, web sites visited, and takes screenshots.";
fDesc[14] = "HTML source code and to block the right mouse button, text selection and the print function within a browser.";
fDesc[15] = "excellent features.";
fDesc[16] = "example, it can be installed on computers used by children, to track what they do and prevent them from opening programs or web pages with adult content. The program has 5 components: screenshot capture, key logger, website filter, software blocker, and P2P blocker.";
fDesc[17] = "up ads, hide sites that you are visiting from prying eyes and remove spy proxy ad-ware that auto-sits on your PC while you surf.";
fDesc[18] = "click. Hint window for visited pages contains comments, screenshots and more. Web pages translating and voicing";
fDesc[19] = "undesired web sites to keep your privacy and reduce internet traffic. Fully compatible with all popular web browsers. Enjoy!";
fDesc[20] = "easy-to-use Internet Security software with Anti-Virus, Firewall, real-time Anti-Spyware and Parental Control.";
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 = '...';
}
}