var fDesc=new Array();
fDesc[1] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[2] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free.";
fDesc[3] = "resources consumption, it leaves us navigate quick and safely, free from the annoying advertisements, banners, pop-up ads and flying, and so on.";
fDesc[4] = "to load when Windows starts. You can also choose the kind of sound and visual alert that it will play when blocking a pop-up.";
fDesc[5] = "kids from spending hours in chat rooms or remove undesired websites from their view. Software access and uninstall password protected.";
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] = "remains easy-to-use for beginners and experts. Macros, syntax coloring, 2 GB files, FTP, hex, USB, HTML, RegExp, and more.";
fDesc[9] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application.";
fDesc[10] = "the child browses through in the Internet Explorer. If some obscene content will be found, program block such pages.";
fDesc[11] = "undesired web sites to keep your privacy and reduce internet traffic. Fully compatible with all popular web browsers. Enjoy!";
fDesc[12] = "webmail from work even when its blocked. Lets you help friends surf from behind iron firewalls.";
fDesc[13] = "allow you to control the content of sites you visit and ensure confidential Web surfing. Just surf safely!";
fDesc[14] = "Spyware from ever being installed in the first place?";
fDesc[15] = "Pop-Up Stopper Companion provides more efficient pop-up and pop-under blocking technology in an easy to use Internet Explorer toolbar";
fDesc[16] = "categorization & web filtering. Also monitor downloads in real-time, to protect your network from viruses, spyware, malware & phishing attacks.";
fDesc[17] = "CACHING, PREFETCHING, BANDWIDTH CONTROL, VIRUS SCAN, WEB FILTERING, REAL-TIME TEXT & IMAGE ANALYSIS for blocking PORNOGRAPHY.";
fDesc[18] = "for the majority of users on the site, Metamatica Software offers a simple and efficient solution – ISAPI protection filter for IIS. With IISKeeper you can easily protect any resources of your site with a password. By a protected resource we mean a folder containing subfolders and files or a single file. You don’t have to create Windows user accounts. The list of users who have access to the protected resources does not depend on the list of system users. For the Cookie authorization mode, the distribution package includes templates of input forms where the user enters username and password. You can easily embed the form into your site. To protect your site, you’ll need but five minutes for installing and configuring IISKeeper. Main features: - Support of Basic and Cookie authorization; - Encryption of Cookies in Cookie authorization mode; - There’s no need to restart IIS after...";
fDesc[19] = "interfering with your computer operations.";
fDesc[20] = "Internet access. It can either close down any site on the bad site list, or close down any site NOT on the good site list.";
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 = '...';
}
}